Reputation
Badges 1
69 × Eureka!I have to create a main task for example named as main
what changes should I make here?
main will initialize parent task and then my multiprocessing occurs which call combined function with parameters as project_name and exp_name
so I want loss should be my main title and I want two different graphs of train and test loss under that loss
and that function creates Task and log them
but this gives the results in the same graph
like in the sidebar there should be a title called "loss" and under that two different plots should be there named as "train_loss" and "test_loss"
my scheduler will be running every 60 seconds and calling main function
@<1523701205467926528:profile|AgitatedDove14> I want to log directly to trains using logger.report_scalar
no i want all of them in the same experiment
then my combined function create a sub task using Task.create(task_name=exp_name)
but what is happening is it is creating new task under same project with same task name
and under that there will be three graphs with title as train test and loss
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
Can my request be made as new feature so that we can tag same type of graphs under one main tag
I have 100 experiments and I have to log them and update those experiments every 5 minutes
I will share my script u can see it what I am doing
its like main title will be loss
i mean all 100 experiments in one project
Like here in the sidebar I am getting three different plots named as loss, train_loss and test_loss
and it should log it into the same task and same project
now after 1st iteration is completed then after 5 minutes my script runs automatically and then again it logs into trains server
Hi @<1523701205467926528:profile|AgitatedDove14> , I wanted to ask you something. Is it possible that we can talk over voice somewhere so that I can explain my problem better?
yes But i want two graphs with title as train loss and test loss and they should be under main category "loss"
