Sayak Paul
2d9853b226
MSN (Masked Siamese Networks) for ViT (#18815)
* feat: modeling and conversion scripts for msn.
* chore: change license year.
* chore: remove unneeded modules.
* feat: direct loading of state_dict from remote url.
* fix: import paths.
* add: rest of the files.
* add and fix rest of the files.
Co-authored-by: Niels <niels.rogge1@gmail.com>
* chore: formatting.
* code quality fix.
* chore: remove pooler.
* feat: add classification top.
* fix: configuration object.
* add: initial test cases (one failing).
* fix: basemodeloutput.
* add: caution on using the classification head.
* add: rest of the model related files.
* add: vit msn readme.
* fix: copied from statement.
* fix: dummy objects.
* add: ViTMSNPreTrainedModel to inits.
* fix: repo consistency.
* minor change in the model doc.
* fix: tests.
* Empty-Commit
* Update src/transformers/models/vit_msn/configuration_vit_msn.py
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* address PR comments.
* Update src/transformers/models/vit_msn/modeling_vit_msn.py
Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
* chore: put model in no_grad() and formatting.
Co-authored-by: Niels <niels.rogge1@gmail.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
2022-09-22 07:15:03 -04:00
..
2022-06-03 11:08:35 +02:00
2022-09-14 16:21:06 -07:00
2022-09-22 07:15:03 -04:00
2022-09-12 21:59:19 +02:00
2022-04-04 10:25:46 -04:00
2022-09-22 07:15:03 -04:00
2022-08-08 10:53:52 -05:00
2022-08-01 12:07:30 -04:00
2022-07-21 07:55:30 +02:00
2022-09-05 11:09:39 +02:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-07-04 04:13:05 -04:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-07-11 05:00:13 -04:00
2022-09-14 16:29:58 -07:00
2022-04-04 10:25:46 -04:00
2022-08-12 10:49:59 -07:00
2022-09-22 07:15:03 -04:00
2022-08-05 13:14:00 -04:00
2022-04-04 10:25:46 -04:00
2022-08-06 09:38:55 +02:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-05-16 13:36:41 +02:00
2022-06-14 07:56:47 -04:00
2022-08-24 10:37:52 +02:00
2022-08-18 17:34:48 +02:00
2022-06-23 14:51:54 +02:00
2022-08-12 08:36:27 -04:00
2022-06-08 09:41:57 -04:00
2022-06-23 14:51:54 +02:00
2022-09-05 14:06:36 +02:00
2022-06-23 14:51:54 +02:00
2022-06-23 14:51:54 +02:00
2022-06-23 14:51:54 +02:00
2022-09-06 15:20:12 -04:00
2022-08-10 13:20:39 -05:00
2022-08-24 05:38:03 -04:00
2022-08-09 18:22:55 -05:00
2022-09-12 21:03:48 +02:00
2022-09-07 14:45:22 -07:00
2022-08-06 09:38:55 +02:00
2022-04-04 10:25:46 -04:00
2022-09-22 09:45:04 +02:00
2022-08-06 09:38:55 +02:00
2022-07-11 05:00:13 -04:00
2022-04-04 10:25:46 -04:00
2022-09-07 13:30:07 +01:00
2022-04-04 10:25:46 -04:00