Dzandaa
Dzandaa
Hi Joao In a denoising auto-encoder I have: `NeuralFit.FitLoading(NNAutoencoder, {EpochSize=}SETrainSize.Value, 0, 0, {Batch=}SEBatch.Value, {Epochs=}SEEpoch.Value, @GetTrainingData, nil, nil); ` I suppose that in your example {EpochSize} (must be read {train size}...
Hi, Is it useful to enable OpenCL in both Network and Fit? Thank you. B->
Hello, Is there and equivalent to "dropout" in CAI? Thank you. B->
Hi, You can get the outputs of a layer like: NNAutoencoder.Layers[LayerCnt].Output.SizeX NNAutoencoder.Layers[LayerCnt].Output.SizeY NNAutoencoder.Layers[LayerCnt].Output.Depth but is it possible to get it's inputs? Like in NNAutoencoder.DebugStructure Thank you.