Reputation
Badges 1
109 × Eureka!all is good 🙂
I think that worked, because now I'm having a different issue..it says that cannot import pandas..I have it both in my requirements.txt and in task.add_requirements('pandas')
so, the thing is that to install the object_detection package you need to manually run some commands, copy a setup.py file, etc. There is no git repo that does that for you...is that more clear?
btw, do you see these messages AgitatedDove14 when they are inside an old thread? or should I start a new message?
Hi! were you able to reproduce the issue CostlyOstrich36 ?
the my_package now works ok 🙂
very possible yes..but doesn't it fallback to iteration =epoch then after?
I had to downgrade tensorflow 2.4 to 2.2 though..any idea why?
Hi! I was going to ask about this, but I didn't understand the solution...currently logs are >100MB because of this..is there a way to save the line only once the epoch is done? AgitatedDove14
great, let me know if I can help you in any way. Thanks!
if I change line 217 in dataset.py :fnmatch(k, '*/'+ wildcard)forfnmatch(k, wildcard)then it works :-)
if I write:
in tl2 conf : default_ output_uri : "/home/tglema/clearml"
in GCP it saves in that same dir
the issue is with StorageManager.download_folder
if I have 2.4 or 2.2 in both there is no issue
I don't understand what I'm doing wrong..how are you supposed to call the remove_files function?
and then it works
just this one...it marks as completed when executed locally
Hi AgitatedDove14 , can you please give me some directions on how to follow this?
If I download each file in the folder using StorageManager.get_local_copy(remote_url=gs_url) , it works OK
it seems that I need to add it ( import pandas ) in the main file...even though I don't use it there...
awesome! will you do the PR or should I?