Releases: deeperlearner/pytorch-template
Releases · deeperlearner/pytorch-template
v5.0.0
v4.1.0
This release supports that training multi-process on k-fold cross validation. And the multiprocessing can be used with optuna.
Multiprocessing on k-fold cross validation is especially effective on Recurrent Neural Network. (RNN)
I have tested on my own data with GRU model. Using multiprocessing saves 54% of optuna training time!
v3.0.1
This version supports more complete on optuna and tester.
In tune/objective.py
and testers/tester.py
can define for different kinds of tasks.
v1.0.0
pytorch-template first release