two-stream-action-recognition icon indicating copy to clipboard operation
two-stream-action-recognition copied to clipboard

Requirements ?

Open chandnikathuria1992 opened this issue 6 years ago • 6 comments

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

chandnikathuria1992 avatar Jan 17 '18 08:01 chandnikathuria1992

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

jeffreyyihuang avatar Jan 19 '18 02:01 jeffreyyihuang

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" [email protected] 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 .

chandnikathuria1992 avatar Jan 19 '18 04:01 chandnikathuria1992

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.

jeffreyyihuang avatar Jan 19 '18 05:01 jeffreyyihuang

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

CharlesLiuyx avatar Apr 27 '18 16:04 CharlesLiuyx

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

Zolza09 avatar Sep 14 '18 10:09 Zolza09

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.

EternalWang avatar Dec 28 '18 12:12 EternalWang