Move functions outside train()
to improve performance
#113
Labels
enhancement
New feature or request
train()
to improve performance
#113
Right now all is implemented inside the
train.jl
module using global variables, which I don't think is very efficient... we should move function definition outside and make all more modular. Hopefully, this will have a positive impact in performance.The text was updated successfully, but these errors were encountered: