MIPT-Oulu / Collagen

Deep Learning Framework for Reproducible Experiments
MIT License
1 stars 0 forks source link

Multi model strategy #52

Closed sporsho closed 5 years ago

sporsho commented 5 years ago

Default device is set to cpu as all systems have cpu, but all systems might not have GPU. MultiModelStrategy is an edited version of Strategy except it takes tuples of trainers instead of single trainers and run them according to multimodel strategy cofig file.