erezalg

Results 102 comments of erezalg
trafficstars

Hi @mctigger, :smiley: clearml 1.4.0 is now out supporting links in clearml-data! Let us know if it works as expected!

Hi @mullerhai At the moment, clearml SDK does not support languages other than python. For orchestration, if you'd like, you can still use clearml-agent to execute java code, just add...

We'll definitely look into it! Thanks for pointing this out!

@Isharaneranjana, Sorry for the slow reply :smile: just making sure, are you trying to take a pretrained model and do fine tuning \ further training and want to track the...

Hi @lpogo, I modified your code a tiny bit (removed the file processing and just returned an empty pd in preprocessing, and modified the dataset_id default value - which BTW,...

Hi @schiegl, Just making sure you're aware that you can set output_uri in the clearml.conf so that it will by default upload to wherever you point and not saved to...

@schiegl, That might be a temporary workaround. We'll try to release a new version as soon as we can that will allow you to set the project's default upload destination...

Hi @paantya, a new RC with a fix for this is ready pip install clearml==1.3.2rc1 you can see the new methods as such: ```python from clearml import Logger Logger.set_reporting_nan_value() Logger.set_reporting_inf_value()...

Hi @smos1, We'll take a look at that!

Hello @smos1, We've just release clearml 1.4.0 with a fix for this issue :) Let us know if this works!