
Reputation
Badges 1
195 × Eureka!AgitatedDove14 , the issue you mention does not relate to this discussion
this one is with the brave browser but I get the same with chrome
How can we increase the number of API server processes?
SuccessfulKoala55 can you refer me to how to increase the number of API server processes?
AgitatedDove14 , as a temporary workaround, I was wondering how hard would it be to actually use the callback mechanism and manually register the notebook html with something likeLogger.current_logger().report_media("html", "url_html", iteration=iteration, url="
")
?
sounds like a cool option.. I'll give it a try. thanks
am I supposed to change the WeightsFileHandler inplace?
SuccessfulKoala55 , yes, that part is 100% correct
CostlyOstrich36 , I am not sure what you mean, but if you refer to the name of the category in the configuration, it doesn't matter.. the names are arbitrary for this example..
for keys that are present in both the remote and local configuration the expected behavior is that the remote overrides the local, that what happens in my agent runs
I am familiar with the above..
I am talking about an overview.. I can count the workers manually but when I have a 100 workers its too much
not really.. did my previous comment made sense to you?
AgitatedDove14 , mostly out of curiosity, what is the motivation behind introducing this as an environment variable knob rather then a flag with some default in Task.init?
Hi AgitatedDove14 , can you please point me to the source code where the Jupyter save hook is defined? I am considering some custom workaround
The "notebook preview" link doesn't pop-up the s3 credentials, however the "notebook" artifact when clicking on the download button does show this pop up
they actually seem to be different in the way that the UI server is showing them.. one is a link (the html) and has no pop up, the other one (.ipynb) is a text with a download button in the end of the string which does show the mentioned pop up
Hi AgitatedDove14 , I am not uploading anything explicitly, and when I look at the UI Models tab I can only see the regular "{Project Name} - epoch={#}" and in addition "{Project Name} - {project_id}" so I am not sure what is really uploaded.. from the name of it it sounds like model weights and buffers (non-trainable)
AgitatedDove14 , by the way, can you take a look at https://clearml.slack.com/archives/CTK20V944/p1625558368001600
maybe you'll have other ideas? at the moment it seems like a dead end
AgitatedDove14 , missed your message, python
in order to have an automatically updating preview
AgitatedDove14 , done
https://github.com/allegroai/clearml/issues/473
for sure.. and more then the eye-candy aspect it can actually be super useful visualizations
CostlyOstrich36 thanks, is there an example for using the post\get in a pythonic way to access the mentioned debug.ping ?
optimizer.get_top_experiments(n)
in the same queue I have about 60 pending, and I want the bottom 30 to be the top 30
The difference is that I want a single persistent machine, with a single persistent python script that can pull execute and report multiple tasks