Restarting an experiment programmatically
See original GitHub issueHi and thanks for the great work here 😄 So I am using the Session api, and I was wondering if there is any way to programmatically restart the experiment. I was thinking perhaps something like
sess = aim.Session(experiment = 'some_name')
sess.clear()
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
How to manage experiments - Optimizely Full Stack
An experiment can run in multiple environments at a time. To pause a running experiment, click the Actions icon (...). Choose Pause from...
Read more >How to simulate app restart in instrument test? - Stack Overflow
Lifecycle Testing with Robotium: Killing and Restarting Activity might work for you. You can restart a stopped activity using
Read more >programmatically erase the history content | Igor Pro by ...
I have set a tool to "reset" the experiment so that user can restart from scratch with a new dataset However, I do...
Read more >Optimize - Google Developers
Create an experiment in Optimize. Set experiment objectives. Set experiment targeting. Create variants. Start the experiment. Get the experiment ...
Read more >Task | ClearML
The ClearML documentation often refers to a Task as, “Task (experiment)”. ... or, stop the execution of the current Task, reset its state,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@SGevorg oh gotcha! I didn’t know about this feature, still pretty new to Aim :^)
this may mean it is good enough! I can just push my users to organize it themselves
@lucidrains No worries at all. Aim is designed to “take in” tons of experiments, organize them seamlessly, search them and compare them. Only need to know that experiment is a namespace for training runs.
We should do better job conveying this to the users! Thanks for raising the issue 😃