jeffreyyihuang / two-stream-action-recognition

Using two stream architecture to implement a classic action recognition method on UCF101 dataset
MIT License
858 stars 249 forks source link

Requirements ? #9

Open chandnikathuria1992 opened 6 years ago

chandnikathuria1992 commented 6 years ago

hi I m totally new to deep learning having no experience with torch. Would u please mention hardware and software requirements.... GPU used, OS...? Do pytorch support windows 7 and other libararies used in implementation..? Thanks

jeffreyyihuang commented 6 years ago

Hi, For the first issue of hardware and software requirement, this code is implemented in ubuntu 16.04 with GTX 1080 and I will add the required software library a few days later. For the second issue, referring to the pytorch website, I find that pytorch currently only supports Linux and OSX.

Jeffrey

chandnikathuria1992 commented 6 years ago

Thanks Yes ,pytorch official site mention options to install it on linux and osx only.But somewhere i found commands to install it on windows. So i wanted to make sure that code will work so that i can continue to learn pytorch. Regards Chandni

On 19 Jan 2018 8:03 am, "Jeffrey" notifications@github.com wrote:

Hi, For the first issue of hardware and software requirement, this code is implemented in ubuntu 16.04 with GTX 1080 and I will add the required software library a few days later. For the second issue, referring to the pytorch website http://pytorch.org/, I find that pytorch currently only supports Linux and OSX.

Jeffrey

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffreyhuang1/two-stream-action-recognition/issues/9#issuecomment-358848902, or mute the thread https://github.com/notifications/unsubscribe-auth/Adg6KZxXSLsqgj-f6bvXJsKve6e0DCRsks5tL_74gaJpZM4Rg8b5 .

jeffreyyihuang commented 6 years ago

Sorry, I do not have any relevant experiences of running pytorch code on windows 7 and I have no idea whether my code can run correctly on win 7. In this part, I may not be able to share any experiences with you.

CharlesLiuyx commented 6 years ago

Could you add the requirement.txt? Is there only abtou tqdm, pytorch==0.3.0 and Numpy? Could it works properly with Pytorch==0.4.0

Zolza09 commented 6 years ago

Is your code work on the windows 10 and gtx-1060?

EternalWang commented 5 years ago

Could you add the requirement.txt? Is there only abtou tqdm, pytorch==0.3.0 and Numpy? Could it works properly with Pytorch==0.4.0

To be honest, the version of torchvision should be greater than 0.1.8, else an error will occur if the original code hasn't been changed.