Commit Graph

94 Commits (53c0a07cae34baf6ea994e18a67e59d871fbf332)
 

Author SHA1 Message Date
Hugo Touvron 53c0a07cae
Merge pull request #147 from kozistr/refactor/init-weights
Refactor init_weights()
2022-02-06 13:53:54 +01:00
kozistr 322b428dc0 refactor: init_weights 2022-02-06 10:15:05 +09:00
Hugo Touvron e9a4a1a848
Merge pull request #146 from zsef123/patch-1
Missin in_chans
2022-02-04 08:19:48 +01:00
AhnDW 6a322d8a91
Missin in_chans 2022-02-04 09:04:24 +09:00
Hugo Touvron 5d5fbbd753
Update main.py 2022-01-29 11:57:22 +01:00
Hugo Touvron c890ceb930
Update README_patchconvnet.md 2022-01-13 11:34:35 +01:00
Hugo Touvron 75a8f54567
Update README_patchconvnet.md 2022-01-13 10:01:14 +01:00
Hugo Touvron 27e68d9d91
Update README_patchconvnet.md 2022-01-07 16:40:05 +01:00
Hugo Touvron fde5861231
Update samplers.py 2022-01-07 13:49:43 +01:00
Hugo Touvron 74fc7611b7
Update patchconvnet_models.py 2022-01-07 13:27:34 +01:00
Hugo Touvron 15fc7c4c96
Merge pull request #140 from kozistr/feature/tune-rasampler
Use torch.repeat_interleave() to generate the repeated indices faster
2022-01-03 09:06:01 +01:00
Hyeongchan Kim b7e4f74c6e
fix: wrong op 2022-01-03 15:47:21 +09:00
kozistr 8f69a7ee85 update: concatenate paddings when padding_size is over 0 2022-01-02 15:39:35 +09:00
kozistr 96ac034e60 update: valid the condition 2022-01-01 19:14:36 +09:00
kozistr 4866f4b6ac feature: use torch.repeat_interleave() to generate the repeated indices faster 2022-01-01 19:06:42 +09:00
rv 40ae72b79c
Update README_patchconvnet.md 2021-12-29 17:40:52 +01:00
Hugo Touvron 94dab749c2
Update hubconf.py 2021-12-29 16:30:55 +01:00
Hugo Touvron d57ff8c9bc
Update patchconvnet_models.py 2021-12-29 16:25:25 +01:00
Hugo Touvron 7722eb33a5
Update hubconf.py 2021-12-29 12:15:07 +01:00
Hugo Touvron e4afbbb190
Create patchconvnet_models.py 2021-12-29 12:08:49 +01:00
Hugo Touvron 87b02cb549
Update README_resmlp.md 2021-12-29 12:07:39 +01:00
Hugo Touvron b40990fb9b
Update README_cait.md 2021-12-29 12:07:24 +01:00
Hugo Touvron 8db055d111
Update README.md 2021-12-29 12:07:07 +01:00
Hugo Touvron a6f0bebd1a
Create README_patchconvnet.md 2021-12-29 12:06:14 +01:00
Hugo Touvron d55ee5eceb
Add files via upload 2021-12-29 12:04:45 +01:00
Hugo Touvron 99819e30b0
Update README_resmlp.md 2021-12-29 10:12:55 +01:00
Hugo Touvron cf22c69545
Merge pull request #132 from MichaelMonashev/patch-1
little speedup
2021-12-23 13:28:53 +01:00
Michael Monashev 895818ab72
little speedup 2021-12-23 12:31:30 +03:00
Hugo Touvron 2d65da21fd
Update resmlp_models.py 2021-12-07 12:41:24 +01:00
Hugo Touvron d0ea707976
Update cait_models.py 2021-12-07 12:40:47 +01:00
Hugo Touvron 5a1eda0744
Update README_resmlp.md 2021-12-07 09:38:15 +01:00
Hugo Touvron 6e33ce7d91
Update README_resmlp.md 2021-12-07 09:37:48 +01:00
Hugo Touvron b086ebc174
Update README_cait.md 2021-12-07 09:37:07 +01:00
Hugo Touvron d8d8837124
Update README.md 2021-12-07 09:36:57 +01:00
Hugo Touvron e8a2d2d5ea
Update README_cait.md 2021-12-07 09:30:27 +01:00
Hugo Touvron 06e80acefe
add ResMLP and CaiT models 2021-12-07 09:15:17 +01:00
Hugo Touvron f512394620
Merge pull request #118 from developer0hye/patch-1
save best checkpoint
2021-11-21 15:24:12 +01:00
Hugo Touvron 8469882667
Merge pull request #91 from maxwell-aladago/main
BUG Fix: ensure the right loss function is selected when mixtup or cu…
2021-11-04 09:59:04 +01:00
Hugo Touvron 0c85644702
Merge pull request #123 from lmk123568/patch-1
fix bug -  add droppath in cait
2021-11-04 09:55:09 +01:00
Mike b61ce9afc5
fix bug - add droppath in cait 2021-11-04 16:03:11 +08:00
Hugo Touvron ae4dba9b45
Add comments in the code 2021-10-08 09:41:34 +02:00
Yonghye Kwon fdafaf0b8c
save best checkpoint 2021-10-01 17:12:25 +09:00
rv 806fb71d37
Update README.md 2021-08-30 12:26:40 +02:00
rv f1fc1ff5b9
Update README.md
Update bibtex entry: provide official ICML reference instead of arxiv
2021-08-30 12:26:02 +02:00
Hugo Touvron e6b10b554d
Update resmlp_models.py 2021-06-18 22:36:35 +02:00
Hugo Touvron 31b3d676b3
Update resmlp_models.py 2021-06-18 20:59:28 +02:00
Hugo Touvron 6fa7ef60b4
Update resmlp_models.py 2021-06-10 17:59:43 +02:00
Hugo Touvron 37cf44c581
Update README.md 2021-06-10 17:58:27 +02:00
Hugo Touvron bfe21d2671
Add files via upload 2021-06-10 17:57:55 +02:00
Hugo Touvron 5b9e31db23
add resmlp 2021-06-10 17:57:44 +02:00