Giter Site home page Giter Site logo

reproduce_mem_resnet3d's Introduction

Training a ResNet3D on Memento

As a baseline for the Memento paper, replicating Section 5.2 of the VideoMem paper

Model courtesy of 3D-ResNets-PyTorch (configured as submodule).

Training

To train a ResNet3D-34 on Memento, run (for example):

python3 train.py --run_id "resnet3d_no_alpha" --batch_size 23 --freze_until_it 750

See train.py --help for more flags.

Evaluating

Run:

python3 evaluate.py --ckpt_path data/resnet3d_no_alpha/ckpt/ep_9__rc_0.57359067728224__total_val_loss_3625.34521484375.pth --batch_size 23

This will reproduce the number reported in the Memento paper. Output from this command is recorded in test_results.txt.

See evaluate.py --help for more flags.

reproduce_mem_resnet3d's People

Watchers

James Cloos avatar Anelise Newman avatar

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.