Skip to content

Commit

Permalink
Retrained network with DFRC data (liamt19#48)
Browse files Browse the repository at this point in the history
bench: 5609869
  • Loading branch information
liamt19 authored Jun 26, 2024
1 parent 1c9aa1e commit 482a910
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Logic/NN/Bucketed768.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ public static unsafe partial class Bucketed768
public const int HiddenSize = 1536;
public const int OutputBuckets = 8;

public const int QA = 255;
public const int QA = 258;
public const int QB = 64;

public const int OutputScale = 400;

/// <summary>
/// (768x5 -> 1536)x2 -> 8
/// </summary>
public const string NetworkName = "L1536x5x8_g75_s20-550.bin";
public const string NetworkName = "L1536x5x8_cos51_from315_dfrc08b-680.bin";

public static readonly short* FeatureWeights;
public static readonly short* FeatureBiases;
Expand Down
4 changes: 2 additions & 2 deletions Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="L1536x5x8_g75_s20-550" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\L1536x5x8_g75_s20-550.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="L1536x5x8_cos51_from315_dfrc08b-680" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\L1536x5x8_cos51_from315_dfrc08b-680.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
Binary file not shown.

0 comments on commit 482a910

Please sign in to comment.