unsolved dependencies
shainaraza opened this issue · 5 comments
can you help in solving the dependencies
Python package dependencies are listed in requirements.txt
. Perhaps, is there something missing?
hi thanks for reply
I am unable to work on torch in windows,
please guide
Generally, you first want to install "Anaconda" on your system. Then create an Anaconda environment, and install pytorch in that environment with the command conda install -c pytorch pytorch torchvison
. You will also need to install CUDA on your system to utilize NVIDIA GPUs for computation. Configuring a deep learning environment is well documented in various sources on google, so you'll be able to find more detailed guides there.
I'll close this issue since this is not an issue of this repository, but a general question whose answer is better addressed through searching. Feel free to reopen if you encounter further issues regarding the package dependency of this repo.
thanks, for yours help, the project running fine on Google Colab