anj1/NeuralNets.jl

Can't use the train function

Opened this issue · 2 comments

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?

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.