Coder Social home page Coder Social logo

localmim's People

Contributors

haoqing-wang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dl-mae jwk111

localmim's Issues

ADE20k results reproduction

I cannot reproduce ADE20k performance (49.5 mIoU) shown in Table 2 of the paper.

Using your released checkpoint and semantic segmentation code, I got 48.65 mIoU (see the log in onedrive).

Any suggestions for the reproduction?

A typo?

I guess there is a minor typo in the pretrain code:

parser.add_argument('--model', default='mae_vit_large_patch16', type=str, help='Name of model to train')

This should be rather "MIM_vit_large_patch16" I guess?

What learning rate was used for fine-tuning

I want to be sure about the learning rates you have used for fine-tuning.
In the paper you state:
image

And, in this repo, it is written that for 100 epoch pre-trained ViT-B you use 4e^-3 learning rate (but use 2*e^-3 for 1600 epoch pre-trained model):

image

I want to be sure because your paper says that the MAE fine-tune setting was mostly used, but MAE only uses the learning rate of 4*e^-3 (base learning rate of e^-3 multiplied by total_batchsize/256.).

Also, when is the 3*e^-3 learning rate used for fine-tuning?

request for setup(requirement)

there is the pre training code
OMP_NUM_THREADS=1 python -m torch.distributed.launch --nproc_per_node=8 run_pretrain.py --output_dir /output_dir/ --batch_size 256 --model mim_swin_base_patch4_win7 --target HOG --hog_nbins 18 --hog_bias --mask_ratio 0.75 --epochs 400 --warmup_epochs 40 --blr 1e-4 --weight_decay 0.05 --data_path /path/to/imagenet/

but I can't see where is the setup

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.