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 Clearml Community I Am Working On A Pytorch Neural Transfer Project And I'M Trying To Use Clearml Agent For Remote Execution. I'M Trying To Install Requirements But Everytime I Am Getting The Same Error. Can Someone Help?

Hi clearML community
I am working on a pytorch neural transfer project and I'm trying to use clearml agent for remote execution. I'm trying to install requirements but everytime I am getting the same error. Can someone help?

  
  
Posted one year ago
Votes Newest

Answers 12


It is possible to fetch output from clearml agent using NodeJS API, right?

  
  
Posted one year ago

I simply used clearml-task by giving the requirements github repo and python script and then just used clearml-agent daemon --queue default

  
  
Posted one year ago

Just use one of Nvidia's open docker images that matches your needs

  
  
Posted one year ago

Okay

  
  
Posted one year ago

UpsetWalrus17 did you mean to have a server that queries data from cleaml API server?
in this case, take a look at https://clear.ml/docs/latest/docs/references/api/index

  
  
Posted one year ago

I have never used dockers

  
  
Posted one year ago

No it's not docker mode

  
  
Posted one year ago

UpsetWalrus17 it seems there's an issue with the agent configuration - how are you running the agent? is it in docker mode?

  
  
Posted one year ago

Okay so can I get a docker image with GPU for free?

  
  
Posted one year ago

What do you mean by NodeJS API?

  
  
Posted one year ago

Cause the deep learning model is quite heavy so GPU is necessary and I want to fetch the output using API for NodeJS backend on localhost

  
  
Posted one year ago

Running a task using the agent in Windows in a non docker mode is very tricky - I suggest using the --docker mode

  
  
Posted one year ago
635 Views
12 Answers
one year ago
one year ago
Tags