Unanswered
Hi All - I Am Planning To Migrate From A Clear-Ml Hosted Instance To A Self Hosted Server As My Usage Is Low And Infrequent, But Would Still Like To Persist The Experiments That I Have Already Logged. Does Anyone Have Experience With This, Have Written So
Hi @<1655744373268156416:profile|StickyShrimp60>
The best way is through APIs, you can query all the Tasks and then one by one use task.export_task with task.get_reported_scalars , task.get_reported_plots, task.get_reported_console_output, to get the details, after that you can recreate thee Task with import_task, and manually report the scalars/plots/console
btw: is self hosted server cheaper than the 15$ a month hosted service, or is it just a convenience
110 Views
0
Answers
7 months ago
7 months ago