Gabor_CNN_PyTorch icon indicating copy to clipboard operation
Gabor_CNN_PyTorch copied to clipboard

Here are some suggestions for running on Windows

Open TBLGSn opened this issue 2 years ago • 0 comments

  1. The dependency package version is important and this is the environment on my computer (python 3.6.8 )

      - torch==1.1.0
    
       - torchvision==0.2.2.post3 
        (I test torchvison==0.3.0 on windows,But the terminal tells me "Torchvision import _C ImportError: DLL Load failed" )
    
     - tensorboard==2.8.0
    
     - future==0.18.2
    
  2. Here are some of the problems you may encounter and how to solve them

TBLGSn avatar Mar 23 '22 03:03 TBLGSn