Unanswered
Hey!
I Would Like To Connect To Same Task From Multiple Consumer And Upload Debug Image.
Is It Possibile?
It Seems Like I Can Connect To The Task. Get The Logger But Nothing Is Uploaded.
os.environ['TRAINS_PROC_MASTER_ID'] = '1:da0606f2e6fb40f692f5c885f807902a' os.environ['OMPI_COMM_WORLD_NODE_RANK'] = '1' task = Task.init(project_name="examples", task_name="Manual reporting") print(type(task))
Should be: <class 'trains.task.Task'>
158 Views
0
Answers
4 years ago
one year ago