Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

pytorch_36 breaks

  • By Houssam
  • on 04/21/2020

Also unlike the description, the pytorch versioning running there was 1.0.0 not 1.4

Updating the torch version lead to some technical issues. Terrible.


  • By Junpu
  • on 05/13/2020

Hello Houssam, I just verified the pytorch version used in the pytorch_p36 conda environment of the Deep Learning AMI (Ubuntu 16.04) V28.1. Below are the terminal outputs: ----------------------------------- $ source activate pytorch_p36 (pytorch_p36) $ python Python 3.6.10 |Anaconda, Inc.| (default, Mar 25 2020, 23:51:54) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import torch >>> torch.__version__ '1.4.0' >>> quit() (pytorch_p36) $ conda list | grep pytorch # packages in environment at /home/ubuntu/anaconda3/envs/pytorch_p36: pytorch 1.4.0 py3.6_cuda10.1.243_cudnn7.6.3_0 pytorch ----------------------------------- As shown above, the pytorch version insalled is indeed 1.4.0 as in the description.