Hi! In my project I need to run a lot of experiments on different subsets of my trainset, collect score and perform some calculations based on it. I have mai...
3 years ago
Hi AgitatedDove14
This is exactly what i needed, thank you a lot!
One problem I have with this function is that it creates drafts, but i need it to execute them and return scalars. Is this possible?
thanks again
AgitatedDove14
Thanks, this works great!
Does this method expect my_train_func
to be in the same file as Task.init()
? Child exp gets aborted immediately after starting with some strange exception in my case