Like here in the sidebar I am getting three different plots named as loss, train_loss and test_loss
I have 100 experiments and I have to log them and update those experiments every 5 minutes
each subprocess logs one experiment as task
This code gives me the graph that I displayed above
so , it will create a task when i will run it first time
and it should log it into the same task and same project
like if u see in above image my project name is abcd18 and under that there are experiments Experiment1, Experiment2 etc.
