Replies: 3 comments
-
I also cannot get the GPU to work inside the docker container. Instead, I have a Brevitas/Pytorch environment outside the docker where I can do GPU accelerated training. When done, I simply import the trained network inside the FINN docker environment and continue the workflow there. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm on the dev branch and use FINN from within WSL2. GPU support works fine inside the container, but only if I set Line 94 in 963aba1 |
Beta Was this translation helpful? Give feedback.
-
Thanks for your suggestion! Set FINN_DOCKER_GPU=1 doesn't seem to work in my scenario either. I will try @nhma20 solution. Use Brevitas/Pytorch environment outside the docker first, then save model, import the trained network inside the FINN docker. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I want to train VGG16 model using Cifar10 dataset. However, the docker has no GPU to train model, and use CPU to train model is very slow. How can I install GPU in the docker when I have GPU in mt computer?
Beta Was this translation helpful? Give feedback.
All reactions