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
It is possible to fetch output from clearml agent using NodeJS API, right?
Just use one of Nvidia's open docker images that matches your needs
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
Okay so can I get a docker image with GPU for free?
Running a task using the agent in Windows in a non docker mode is very tricky - I suggest using the --docker mode
I simply used clearml-task by giving the requirements github repo and python script and then just used clearml-agent daemon --queue default
UpsetWalrus17 it seems there's an issue with the agent configuration - how are you running the agent? is it in docker mode?