and it should log it into the same task and same project
This code will give you one graph titled "loss" with two series: (1) trains (2) loss
i mean all 100 experiments in one project
This code gives me the graph that I displayed above
so what I have done is rather than reading sequentially I am reading those experiments through multiprocessing and for each experiment I am creating new task with specified project_name and task_name
And you want all of them to log into the same experiment ? or do you want an experiment per 60sec (i.e. like the scheduler)
Just so I understand,
scheduler executes main every 60sec
main spins X sub-processes
Each subprocess needs to report scalars ?