Coder Social home page Coder Social logo

Comments (4)

mx-mark avatar mx-mark commented on May 24, 2024

@WHlTE-N0lSE you can refer the start script at https://github.com/mx-mark/VideoTransformer-pytorch/blob/main/README.md#:~:text=%23%20finetune%20with%20maskfeat,TRAIN_DATA_PATH%20%5C%0A%09%2Dval_data_path%20%24VAL_DATA_PATH

from videotransformer-pytorch.

WHlTE-N0lSE avatar WHlTE-N0lSE commented on May 24, 2024

Ok! I'll try it.

from videotransformer-pytorch.

Enclavet avatar Enclavet commented on May 24, 2024

@mx-mark

With the latest code changes, I dont think this combination of hparams works anymore:

-objective 'supervised'
-arch 'timesformer' \

I'm getting NotImplemented exceptions which appear to be when trying to use: build_finetune_optimizer with arch other than mvit.

Looking backwards this depended on is_pretrain that is passed in from model_trainer.py:

is_pretrain = not (self.configs.objective == 'supervised')

from videotransformer-pytorch.

mx-mark avatar mx-mark commented on May 24, 2024

@Enclavet oh, thanks for your reply about the problem. There are some code transfer issues that the timesformer and vivit have been classified to pretrain not finetune stage with a moderate finetune recipe before. And we do not adapt the new finetune recipe to these two models.

from videotransformer-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.