StraightforwardNeuralNetwork icon indicating copy to clipboard operation
StraightforwardNeuralNetwork copied to clipboard

Can add static_assert here to check all type of neurons.

Open MatthieuHernandez opened this issue 2 years ago • 0 comments

https://github.com/MatthieuHernandez/StraightforwardNeuralNetwork/blob/50afbd964f382eb1571084d52c5f443c807054f9/src/neural_network/layer/neuron/BaseNeuron.hpp#L45C137-L45C137

static_assert(BaseNeuron<SimpleNeron>);

MatthieuHernandez avatar Oct 13 '23 15:10 MatthieuHernandez