Closed nsriniva03 closed 1 year ago
Do they eventually show up after the experiment has finished running?
I always kill the program and restart it. I do this till all the parameters are visible on all the experiments. But I could let it run and get back to you about it. It just seemed strange that it would log for some experiments and not others.
Some things don't log until the end, so it isn't a good idea to kill an experiment. If at all possible, the experiment should run until completion. If you want, you can call experiment.end() manually in your code.
Hi Douglas,
The parameters are not showing up after the experiment has finished running.
appalling_aracde has not logged any parameters.
Some additional questions:
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Describe the Bug
Hello, I am using comet.ml with distributed pytorch. When the program is executed the model is initialized on N GPUs and comet.ml starts the corresponding N experiments. However, comet.ml is logging the hyperparameters only on some of the GPUs/experiments and not on all. Why would this happen and what does it mean?
Expected behavior
I would expect the hyperparameters to be logged in all the experiments.
Where is the issue?
Screenshots or GIFs
For experiment typical_root_7164, the hyperparameters are not logged.
Whereas for experiment surviving_seasoining_1118, the hyperparameters are logged.
Additional context
Add any other context about the problem here.