microsoft / unilm

Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
https://aka.ms/GeneralAI
MIT License
19.09k stars 2.44k forks source link

LINKS TO WEIGHTS ARE BROKEN #1530

Closed sebastianfernandezgarcia closed 2 months ago

sebastianfernandezgarcia commented 2 months ago

Describe the bug Model I am using (DiT with pre-trained weights):

The problem arises when using:

A clear and concise description of what the bug is: Links of weights are broken.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://github.com/microsoft/unilm/tree/master/dit#fine-tuning-on-publaynet-document-layout-analysis
  2. Try to download any weight.

Expected behavior It should download the weights as it was doing 1 week ago. Now the links are not valid.

sebastianfernandezgarcia commented 2 months ago

Links have been fixed now!

Thanks for the quick response and action @HYPJUDY Thank you very much!