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 2 years ago
Votes Newest

Answers 12


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

  
  
Posted 2 years ago

What do you mean by NodeJS API?

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years 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 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

I have never used dockers

  
  
Posted 2 years ago

No it's not docker mode

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years ago

Okay

  
  
Posted 2 years ago
995 Views
12 Answers
2 years ago
one year ago
Tags