Hello, does anybody know what triggers a new model to be added in a project (working in Pytorch) ? I'm new to trains and adding it to my script generated a h...
4 years ago
I think i've just found out what happened thanks to your reply. Basically my DataLoader is computing some preprocessing on the raw data on the first epoch and then saves the resulting tensors for them to be used in the further epochs... As i'm using torch.Save to save those tensors, it triggers the trains api.
Okay thank you very much for your help, much appreciated ❤
Okay good to know, doing that would mean i'll not have my models saved at all (they would be locally of course, but not visible on the trains app), only my tensorboard calls would be saved, is that correct ?