Reputation
Badges 1
15 × Eureka!for reference, this is what it looks like in Weight and Biases
omg amazing
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 that causes the 'NoneType' object has no attribute 'lower'
error
yeah it seems that removing the git dependency worked
if you have a fix to unblock me i'll try anything haha
here's the log
sick thanks!
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
I'm running in venv mode
that did it! thank you so much 🙂
I just checked my aws instance with the gpu and yeah the virtual envs are using the cuda version
I removed torch from the requirements of the git repo dependency though hmm
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'm still struggling to get this other instance working even after switching the config to use pip and restarting the agent
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
figured it was only for images, as shown in the documentation