Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I Just Started Using Clearml, And It Is Amazing! However I'Ve Run Into An Issue - I Have A Windows Machine Which I'Ve Setup As A Worker, With An Agent Running. I'Ve Thus Far Been Able To Run The Hello World Tasks And Have Also Set It Up To Store All D

Hi, I just started using clearml, and it is amazing! However I've run into an issue - I have a windows machine which I've setup as a worker, with an agent running. I've thus far been able to run the hello world tasks and have also set it up to store all data on an azure blob. I tried to do something a little more sophisticated by running the example pytorch_mnist.py https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_mnist.py . When I enqueue the task, the venv is setup and starts to install all the packages from the requirements.txt file, but at the end I get the following in the console:

clearml_agent: ERROR: Could not install task requirements!
[WinError 123] The filename, directory name, or volume label syntax is incorrect: '\C:\Users\jinho\.clearml\pip-download-cache\cu112\torch-1.10.2%2Bcu111-cp38-cp38-win_amd64.whl'

I'm not sure what to make of this or how to fix this path issue. Help is much appreciated!

  
  
Posted one year ago
Votes Newest

Answers 3


AgitatedDove14 - that fixed it! Thank you

  
  
Posted one year ago

Woot woot! 🎊

  
  
Posted one year ago

Hi CrookedAlligator14

Hi, I just started using clearml, and it is amazing!

Thank you! 😍

When I enqueue the task, the venv is setup and starts to install all the packages from the

requirements.txt

file, but at the end I get the following in the console:

Can you try with the latest agent, we improved the support for pytorch (they now have a proper pypi compatible repo), can you see if that solves it?
pip3 install clearml-agent==1.5.0rc0

  
  
Posted one year ago
683 Views
3 Answers
one year ago
one year ago
Tags