
Reputation
Badges 1
195 × Eureka!this one is with the brave browser but I get the same with chrome
FrothyDog40 :man-facepalming: yea that seem to do the job, however it still feels like a bug that the out-of-view experiments are not deselected when clicking the top box (select all \deselect all)
less critical though.. thanks!
AgitatedDove14 I believe that worker status doesn't is not considered a metric?
Hi AgitatedDove14 ,
clearml Server 1.1.1
|column1|column2|column3|
trying to extend column1 by dragging the right edge of column1 over column2 (column3 for example) will result with no extension
AnxiousSeal95 , the roaming people, how can I find them actually?
AlertBlackbird30 I saw you asked about wanted features to add to the roadmap.. this my top one 🙂
no programmatic python options? could be nice..
FrothyDog40 Hi, there is a sort of a UI bug related to the mentioned above..
if you choose a single experiment then use filter or sorting such that it is not displayed anymore you can't deselect it.
you have this - sign in the top selection box (select all \ deselect all) but it doesn't do anything.
the workaround is to select an additional experiment and then when the multiple experiment bar pops up choose show experiments selected and deselect them and go back.
its inconvenient, both in th...
this is what I get with curl
That's good enough for me, I forgot about the all projects option
from the docs::param items: List of metric keys and requested statistics
imagine the beautiful PR showing such a feature 👀
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="
")
?
AgitatedDove14 ,yes my own server
is there an available reference to such a post request? I was trying some variations and it didn't work for me
AgitatedDove14 , this was my starting point, however this is only a list of workers ids and names for example:{'id': 'ip-777-77-7-77.us-east-7.compute.internal:0', 'name': <function Entity.__getattr__.<locals>.new_func at 0x782477c68ca0>}
is there an available reference for how I can use the API calls with the python API? it is not clear to me from what you shared
AgitatedDove14 , the hydra people say its not on "their side".. so it is still a mystery to me
and the path it shows is correct..
AgitatedDove14 should be, I'll try to create a small example later today or tomorrow
It does, I am familiar with it I used it many times
so actually in our case we have an S3 link, but when downloading it, it seems correct.. there is probably some way to make an S3 path open up in the browser by default
hi TimelyPenguin76 thanks, for some reason it didn't show up in my search or maybe I missed it..
I was wondering specifically about the following case:
lets say I'm cloning the task you created above, now I am editing some of the hyper parameters in the UI and enqueueing it.
would the config be "automatically" synced? I assume not, if not what would be a recommended way to sync it?
I especially wondered if there is a "smart" sync (with parsing) that can take advantage of the type hinting in...
and then second part is to check if it is up and alive
Another option is to pull Tasks from a dedicated queue and use the LocalClearMLJob to spwan them
This sounds like it can work. we are talking about something like:
` #<Machine 1>
#Init Optimizer with some dedicated queue
<Machine 2>
heavy one time Common Initialization
while True:
# sample queue
# enqueue with LocalClearMLJob
# Execute Something
# report results
<Machine i>
heavy one time Common Initialization
while True:
# sample same queue
# enqueue wi...