Yeah I see it too! I'll ask someone to take a look at it
HelplessCrocodile8 , I managed to reproduce, hold tight 🙂
Hi @<1539780258050347008:profile|CheerfulKoala77> , it seems that you're trying to use the same 'Workers Prefix' setup for two different autoscalers, workers prefix must be unique between autoscalers
By the way, is there a specific functionality you're looking for?
Hi @<1645235137467650048:profile|WobblyHamster93> , what exactly are you trying to achieve?
Where do these arguments ( --input-test-data
) come from?
Hi DeliciousBluewhale87 ,
Can you please elaborate a bit? The fileserver is a very simple component for storing and retrieving data. You can save any form of data on it. What exactly is your use case?
Hi @<1556450111259676672:profile|PlainSeaurchin97> , I think what you're looking for is the output_uri
parameter in Task.init()
Can you look in the UI if the execution parameters were logged?
I've never worked with JupyterHub and have little experience with notebooks. What does it do in relation to notebooks?
Hi PreciousParrot26 ,
Why are you running from gitlab runner - Are you interested in specific action triggers?
SoreDragonfly16 Hi, what is your usage when saving/loading those files? You can mute both the save/load messages but not each one separately.
Also, do you see all these files as input models in UI?
Hi ThankfulHedgehong21 ,
What versions of ClearML & ClearML-Agent are you using?
Also, can you provide a small code snippet to play with?
Hi @<1734020208089108480:profile|WickedHare16> , you mean for viewing S3 images in the web UI for example?
Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , you can use the output_uri
parameter in Task.init
to set a predetermined output destination for models and artifacts
Hi @<1582179661935284224:profile|AbruptJellyfish92> , how do the histograms look when you're not in comparison mode?
Can you provide a self contained snippet that creates such histograms that reproduce this behavior please?
Hi GloriousPenguin2 , have you tried the method you mentioned in the previous thread?
Like fetching the task of the scheduler and then changing the configuration json?
Hi @<1753589101044436992:profile|ThankfulSeaturtle1> , I think this is what you're looking for - None
Hi WackyHorse2 ,
What happens if you rename your model to ' u2net-ne1
' instead and try reloading it into triton?
Hi @<1564060257435521024:profile|PerfectShrimp1> , currently not supported. Maybe open a GitHub feature request for better filterings
Hi WorriedRabbit94 , what do you see in the execution section of the experiment when you run it locally?
Hi @<1564785037834981376:profile|FrustratingBee69> , you can simply run the agent without the --docker command
VexedCat68 hi!
I meant that maybe you ran it with a newer version of the SDK
Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you need add the agent command that you run into the bootup of your system
Hi ConvolutedSealion94 , you should use the InputModel/OutputModel modules for working with models:
https://clear.ml/docs/latest/docs/references/sdk/model_inputmodel
This makes getting models very easily directly by their IDs (Models have unique IDs). For example:
https://clear.ml/docs/latest/docs/references/sdk/model_inputmodel#get_local_copy
Or:
https://clear.ml/docs/latest/docs/references/sdk/model_inputmodel#get_weights_package
I'll try and see if it reproduces on my side, thanks! 🙂
Can you please provide stand alone code snippets that reproduce this behavior?