GithubHelp home page GithubHelp logo

Comments (4)

foolwood avatar foolwood commented on August 19, 2024 1

Fix in this line.

flownets2_flow2 = self.flownets_2(concat2, '2')[0]

flownets2_flow2 = self.flownets_2(concat2, '2')[0]
->
flownets2_flow2 = self.flownets_2(concat2)[0]

BTW, the author can also fix this line.

def forward(self, x, ntk_num='1'):

def forward(self, x, ntk_num='1'): -> def forward(self, inputs, ntk_num='1'):

Some similar spelling errors should be fixed.

from flownet2-pytorch.

fitsumreda avatar fitsumreda commented on August 19, 2024 1

depricated arguments for lines such as these flownets2_flow2 = self.flownets_2(concat2, '2')[0]
have been removed now.

from flownet2-pytorch.

PkuRainBow avatar PkuRainBow commented on August 19, 2024

@foolwood Thanks, however I find that the EPE error does not converge when I train the model on FlyingChairs. The EPE is increasing after some epochs.

from flownet2-pytorch.

foolwood avatar foolwood commented on August 19, 2024

@PkuRainBow
I meet the same problem.
So I first train the flownet2c with a learning rate of 1e-6 for 2000 epoches in MPI-Sintel.
But when I back the lr to 1e-4. The EPE error explodes again.

from flownet2-pytorch.

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.