fix bugs: adjust shapes, init optimizer (wip) #15
Annotations
10 warnings
build:
Schafkopf.Lib/GameCall.cs#L154
'GameCallComparer' is obsolete: 'New AllPossibleCalls() function implements this by other convention.'
|
build:
Schafkopf.Lib/GameCall.cs#L154
'GameCallComparer' is obsolete: 'New AllPossibleCalls() function implements this by other convention.'
|
build:
Schafkopf.Training/NeuralNet/Optimizers.cs#L33
Non-nullable field 'ms' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Schafkopf.Training/NeuralNet/Optimizers.cs#L33
Non-nullable field 'vs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Schafkopf.Training/NeuralNet/Optimizers.cs#L33
Non-nullable field 'mTemps' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Schafkopf.Training/NeuralNet/Optimizers.cs#L33
Non-nullable field 'vTemps' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Schafkopf.Training/NeuralNet/Layers.cs#L161
Non-nullable property 'Cache' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Schafkopf.Training/NeuralNet/Layers.cs#L38
Non-nullable property 'Cache' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Schafkopf.Training/NeuralNet/Layers.cs#L38
Non-nullable field 'Weights' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Schafkopf.Training/NeuralNet/Layers.cs#L38
Non-nullable field 'Biases' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|