ChenyuLy

Results 8 comments of ChenyuLy

> Hi, thanks for trying it out. > > Can you do `import torch` in your Python? I can't import torch in my python . same error

concretely ``` (torch_zoo) czy@PT6630W:/data1/czy/affectivevideo/video_features$ python Python 3.8.5 (default, Sep 4 2020, 07:30:14) [GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import...

yes and I tried another version of cudatoolkit such as cudatoolkit=11.0.3 ,But There seems to be conflict ``` (torch_zoo) czy@PT6630W:/data1/czy/affectivevideo/video_features$ conda list cuda # packages in environment at /home/czy/anaconda3/envs/torch_zoo: #...

> I don't have another machine right now. Is it possible for you to try to install `miniconda` and `torch_zoo` there? I just want to narrow down the issue a...

It seems to succeed. \I think my Anaconda has some problems XD ``` czy1@PT6630W:~/video_features$ source activate torch_zoo (torch_zoo) czy1@PT6630W:~/video_features$ python main.py feature_type=r21d device_ids="[0]" video_paths="[./sample/v_ZNVhz7ctTq0.mp4, ./sample/v_GGSY1Qvo990.mp4]" {'feature_type': 'r21d', 'device_ids': [0], 'video_paths':...

> They have many differences

[miniconda.txt](https://github.com/v-iashin/video_features/files/9120052/miniconda.txt) [anaconda.txt](https://github.com/v-iashin/video_features/files/9120054/anaconda.txt)