Reputation
Badges 1
15 × Eureka!figured it was only for images, as shown in the documentation
omg amazing
strangely enough i have another aws instance with a GPU that i've been using trains-agent to run experiments with the same dependencies, git included
yeah that causes the 'NoneType' object has no attribute 'lower'
error
I'm running in venv mode
that did it! thank you so much 🙂
the console output from trains shows that it already has the cuda version set to 0, but i tried that anyways and conda is still unable to install torch
I removed torch from the requirements of the git repo dependency though hmm
I'm still struggling to get this other instance working even after switching the config to use pip and restarting the agent
I just checked my aws instance with the gpu and yeah the virtual envs are using the cuda version
I tried to change the dependency to https://download.pytorch.org/whl/cpu/torch-1.4.0%2Bcpu-cp37-cp37m-linux_x86_64.whl ; sys_platform == "linux"
and try to get it to have pip install the correct whl file, but i'm getting a new error 'NoneType' object has no attribute 'lower'
yeah it seems that removing the git dependency worked
here's the log
if you have a fix to unblock me i'll try anything haha
sick thanks!
one thing I don't see in the list of feature requests that would be nice would be support for comparing videos 🙂 . Right now I'm able to upload video output as an artifact and view it from the website, but I would like to be able to see the videos in a grid when comparing various experiments
for reference, this is what it looks like in Weight and Biases