Add custom loss functions and a R/W state matrix #449
Annotations
4 errors and 8 warnings
src/autoencoder.ts#L55
'options.binaryThresh' is assigned to itself
|
src/autoencoder.ts#L57
'options.hiddenLayers' is assigned to itself
|
src/neural-network-gpu.ts#L290
Getter is not present for class setter 'ramFunction'
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/errors/untrained-neural-network-error.ts#L1
'INeuralNetworkData' is defined but never used
|
src/errors/untrained-neural-network-error.ts#L1
'NeuralNetwork' is defined but never used
|
src/errors/untrained-neural-network-error.ts#L2
'NeuralNetworkGPU' is defined but never used
|
src/neural-network.ts#L15
'KernelOutput' is defined but never used
|
src/neural-network.ts#L75
Missing return type on function
|
src/neural-network.ts#L106
Missing return type on function
|
src/neural-network.ts#L437
Missing return type on function
|
This job failed
Loading