Unanswered
Hi, Is There An Equivalent For Set_Name To Change The Task'S Project Name?
I'M Stuck In A Loop, I Have To Run Task.Init Right At The Start Of The File Because I Give It
SmarmySeaurchin8args=parse.parse() task = Task.init(project_name=args.project or None, task_name=args.task or None)
You should probably look at the docstring 😉
:param str project_name: The name of the project in which the experiment will be created. If the project does
not exist, it is created. If project_name
is None
, the repository name is used. (Optional)
:param str task_name: The name of Task (experiment). If task_name
is None
, the Python experiment
script's file name is used. (Optional)
150 Views
0
Answers
4 years ago
one year ago