DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
24 stars 8 forks source link

minor version downgrade torch + torchvision for compatibiility on ubuntu in windows #935

Closed karkir0003 closed 1 year ago

karkir0003 commented 1 year ago

Pytorch + torchvision downgrade

What user problem are we solving? Addressing bug here

What solution does this PR provide? Downgrade pytorch + torchvision versions a bit (minor version downgrade) to get around the cuda error from running yarn run startt in Ubuntu on Windows.

Testing Methodology