
Reputation
Badges 1
69 × Eureka!and that function creates Task and log them
so, if I call Task.init() before that line there is no need of calling Task.init() on line number 92
then my combined function create a sub task using Task.create(task_name=exp_name)
but this gives the results in the same graph
@<1523701205467926528:profile|AgitatedDove14> I want to log directly to trains using logger.report_scalar
and under that there will be three graphs with title as train test and loss
each subprocess logs one experiment as task
Then I did set CURL_CA_BUNDLE to empty string
main will initialize parent task and then my multiprocessing occurs which call combined function with parameters as project_name and exp_name
after trying different options mentioned in FAQ I got the following error
okay, Thanks @<1523701205467926528:profile|AgitatedDove14> for the help.
I have to create a main task for example named as main
so I want loss should be my main title and I want two different graphs of train and test loss under that loss
what changes should I make here?
yes But i want two graphs with title as train loss and test loss and they should be under main category "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
I have 100 experiments and I have to log them and update those experiments every 5 minutes
i mean all 100 experiments in one project
so, like if validation loss appears then there will be three sub-tags under one main tag loss
like if u see in above image my project name is abcd18 and under that there are experiments Experiment1, Experiment2 etc.