GithubHelp home page GithubHelp logo

Comments (5)

hooke007 avatar hooke007 commented on August 12, 2024

Yesterday I used latest version of torchvision to test. You could try that.

from practical-rife.

shinshin86 avatar shinshin86 commented on August 12, 2024

@hooke007 Thanks for your comment!
However, I am still getting the same error when I try the latest version.

Error log

ERROR: Could not find a version that satisfies the requirement torchvision==0.7.0 (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.15.2, 0.16.0)
ERROR: No matching distribution found for torchvision==0.7.0

Here is the code I ran at Google Colab.

%cd /content
!git clone https://github.com/hzwer/Practical-RIFE

%cd /content/Practical-RIFE/
!pip3 install -r requirements.txt

What is the latest version of torchvision?
(I read and ran requirements.txt, but maybe I am misinterpreting your comment)

from practical-rife.

hooke007 avatar hooke007 commented on August 12, 2024

No, I didn't run pip3 install -r requirements.txt. I pip install every deps one by one instead. Every deps' latest version works fine except numpy

from practical-rife.

hooke007 avatar hooke007 commented on August 12, 2024

Or you could edit requirements and then do as previous workflow.

--- torchvision==0.7.0
+++ torchvision>=0.7.0

from practical-rife.

shinshin86 avatar shinshin86 commented on August 12, 2024

Or you could edit requirements and then do as previous workflow.

--- torchvision==0.7.0
+++ torchvision>=0.7.0

@hooke007 Thank you! It worked with what you taught me!
My question has been answered, so I'll close this issue here.

Thanks for your comment!

from practical-rife.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.