created the subworflow the module necessary for the training of torch models.
Changed the way experiments are loaded and passed to ray.tune.
Changed the way the model is loaded and passed to ray.tune that will then initialize it.
Fixed ray.tune not able to open relative paths inside workdir of nextflow.
Adapted model class in test to fit new import strategy from launc_training.py.
TODO :
better creation of subdirs specific to each process of torch:train, to stroe bestmodel and bestconfig
created the subworflow the module necessary for the training of torch models. Changed the way experiments are loaded and passed to ray.tune. Changed the way the model is loaded and passed to ray.tune that will then initialize it. Fixed ray.tune not able to open relative paths inside workdir of nextflow. Adapted model class in test to fit new import strategy from launc_training.py.
TODO :