
Reputation
Badges 1
45 × Eureka!Server: 3.13.0-832. I just waited for some time and suddenly it was possible to delete it again. Idk what was that issue. No matter what , if it will appear again I can announce you.
OPENBLAS="$(brew --prefix openblas)" pip install pandas
for the requirements how do you mean it please? To add requirements.txt into root directory ith the description of packages is enough ? or do you have to put somewhere you want to use this file? Thanks
Oh thanks ! 🙂 I understand now. Please let me know about the other problem.
when i run it locally it was python script.py and for the remote you are right
Ok I will try this feature and let you know if I will see any problems. Thank you ! 🙂
The agent simply try to install requirements from requirements.txt , however i dont want to do that because i have my docker image ready.
I went into app.clear.ml dashboard -> project -> archived experiments -> and i wanted to delete experiment from there -> that is the output i got
Still not solved, idk if these dependencies are cached somewhere but when i change requirements.txt or i add it manually into code it still have problems with the torch and is looking for 'torch==1.10.0+cu113'
So, I just just define all the requirements for the docker in clearml.conf
in default_docker
part?
Original experiment has 1.10.0 pytorch and 113 cuda ['1.10.0+cu113']. Everything was run on the my local computer. In the virutal env i have these versions (however the system itself has little bit newer).
but for the local execution virtual env (conda) named detectron2 was used
you can edit the requirements section directly <- where ? if i create requirements.txt it seems to be ignored