Can't use the train function
Opened this issue · 2 comments
NaelsonDouglas commented
When I call train(nn, trainx, valx, traint, valt) I get the following message
julia> train
ERROR: UndefVarError: train not defined
The same doesn't happen when I call the gdmtrain (from the same package)
Am I doing anything wrong?
Thanks.
anj1 commented
I can't reproduce this; can you provide more context?
tlnagy commented
The train
function doesn't exist anymore. Searching through the package gives no results: https://github.com/anj1/NeuralNets.jl/search?utf8=%E2%9C%93&q=%22function+train%22&type=Code. It was removed in commit 73b4bba.