Hi TrickyRaccoon92
BTW: checkout the HP optimization example, it might make things even easier 🙂 https://github.com/allegroai/trains/blob/master/examples/optimization/hyper-parameter-optimization/hyper_parameter_optimizer.py
Answered
How Can I Avoid
How can I avoid TRAINS Task: overwriting (reusing)
the overwriting? I want to launch multiple runs with different hyper parameters on the same machine, yet trains seem to want to overwrite the runs.
Turns out you just set reuse_last_task_id=False
upon initializing the Task. I'll get some rest now.
933 Views
1
Answer
4 years ago
one year ago
Tags