fatih
cc3d0e1b01
[New Model] Add TimeSformer model (#18908)
* init timesformer
* apply fix-copies
* reformat style
* revert back some incoorect style updates
* init timesformer
* apply fix-copies
* reformat style
* revert back some incoorect style updates
* update timseformer doc
* add some functions and classes
* add new config params
* implement multiple classes
* update TimeSformerLayer
* update TimeSformerModel, TimeSformerPreTrainedModel, TimeSformerEncoder
* several fixes
* reformat
* temporary update
* fix some typos
* fix weight converter
* more fixes
* fix a typo
* fix typo
* remove redundant params
* fix for latest hf-hub
* merge fix
* fix some checks
* video classification works with einops
* add paper info to docs
* merge fix
* remove redundant line
* remove redundant docstring
* update config
* fix some typos
* fix converter
* update some test constants
* refactor einops functions
* reformat
* fix a comment
* remove redundat imports
* reformat
* fix a typo
* remove comment
* remove unused imports
* remove redundant doc line
* reformat
* add missing line
* fix docs
* fix timesformer auto feat ext
* add unittests
* reformat
* fix docs
* some fixes and updates
* fix readme
* fix modeling
* fix readme
* update index
* revert _toctree.yml changes
* update timseformer.mdx
* update drop_path_prob to drop_path_rate
* add dosctring for drop_path_rate
* update TimeSformerPatchEmbed naming
* remove to_2tuple
* explicit use of nn.functional
* reformat
* many updates from review comments
* fix a typo
* reformat
* remove assert, better variable name
* make variable names more explicit
* add some adapted from
* more explicit variable names
* remove redundant docstring
* fix initilaization
* move permute inside embedding
* update class names
* remove unused imports
* add test for video classification
* update PretrainedModel with PreTrainedModel
* remove double permute
* update based on sylvain's review
* aply auto fix
* update image_processing_auto for timesformer
* update hub urls
* reformat
* remove duplicate import
* update doc link
2022-12-02 09:13:25 +01:00
..
2022-11-02 17:38:44 +01:00
2022-11-21 18:58:54 +01:00
2022-11-14 01:04:26 -05:00
2022-11-15 11:33:09 -05:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2022-11-02 11:57:36 +00:00
2022-11-15 10:46:34 +01:00
2022-11-09 15:34:08 +00:00
2022-10-21 10:04:49 -04:00
2022-05-03 14:42:02 +02:00
2022-10-04 16:13:22 +02:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-05-03 14:42:02 +02:00
2022-07-29 08:09:09 -04:00
2022-05-03 14:42:02 +02:00
2022-11-02 17:38:44 +01:00
2022-11-30 19:22:23 +01:00
2022-11-15 17:50:07 +01:00
2022-11-28 10:41:28 +01:00
2022-11-09 15:34:08 +00:00
2022-11-30 10:24:03 +00:00
2022-10-04 16:12:03 +02:00
2022-11-02 11:57:36 +00:00
2022-05-03 14:42:02 +02:00
2022-11-09 15:34:08 +00:00
2022-10-11 18:16:52 +01:00
2022-11-15 10:46:34 +01:00
2022-06-08 15:30:41 +02:00
2022-11-02 15:45:38 -04:00
2022-11-09 15:34:08 +00:00
2022-11-30 10:24:03 +00:00
2022-11-15 11:06:01 +01:00
2022-11-30 10:24:03 +00:00
2022-11-18 13:08:26 -05:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2022-11-29 10:38:01 +00:00
2022-07-29 08:09:09 -04:00
2022-11-02 11:57:36 +00:00
2022-11-02 17:38:44 +01:00
2022-11-09 15:34:08 +00:00
2022-11-15 10:46:34 +01:00
2022-11-28 13:19:28 +00:00
2022-11-02 17:38:44 +01:00
2022-11-11 16:55:59 +00:00
2022-10-10 15:03:46 -04:00
2022-11-09 15:34:08 +00:00
2022-07-22 18:05:38 +01:00
2022-05-03 14:42:02 +02:00
2022-11-30 14:47:54 +00:00
2022-11-09 15:34:08 +00:00
2022-07-01 09:04:38 -04:00
2022-09-14 10:17:40 -04:00
2022-11-09 15:34:08 +00:00
2022-11-04 18:01:41 +01:00
2022-05-03 14:42:02 +02:00
2022-09-09 20:01:02 +01:00
2022-11-02 17:38:44 +01:00
2022-11-09 15:34:08 +00:00
2022-12-02 09:05:45 +01:00
2022-09-12 19:30:27 +01:00
2022-11-10 19:29:20 +00:00
2022-11-10 19:29:20 +00:00
2022-11-14 01:04:26 -05:00
2022-11-09 15:34:08 +00:00
2022-11-02 11:57:36 +00:00
2022-11-09 15:34:08 +00:00
2022-11-02 17:38:44 +01:00
2022-11-09 15:34:08 +00:00
2022-08-01 11:09:47 -04:00
2022-07-22 18:05:38 +01:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-11-10 19:29:20 +00:00
2022-11-30 10:24:03 +00:00
2022-11-15 11:33:09 -05:00
2022-07-29 08:09:09 -04:00
2022-11-10 19:29:20 +00:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2022-05-12 16:25:55 -04:00
2022-09-09 20:01:02 +01:00
2022-11-21 10:21:28 -05:00
2022-11-14 01:00:10 -05:00
2022-11-02 11:57:36 +00:00
2022-05-03 14:42:02 +02:00
2022-07-18 15:26:21 +02:00
2022-11-09 15:34:08 +00:00
2022-11-18 13:08:26 -05:00
2022-11-09 15:34:08 +00:00
2022-07-29 08:09:09 -04:00
2022-05-03 14:42:02 +02:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-11-30 10:24:03 +00:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-11-04 19:14:56 +00:00
2022-05-03 14:42:02 +02:00
2022-11-22 17:56:04 +00:00
2022-11-02 11:57:36 +00:00
2022-11-09 15:34:08 +00:00
2022-05-03 14:42:02 +02:00
2022-06-10 18:50:29 +02:00
2022-05-12 16:25:55 -04:00
2022-11-09 15:34:08 +00:00
2022-08-30 14:03:28 +02:00
2022-05-03 14:42:02 +02:00
2022-11-28 17:20:24 +01:00
2022-05-17 14:33:13 +02:00
2022-11-15 10:46:34 +01:00
2022-11-28 17:08:57 +01:00
2022-10-10 14:54:54 -04:00
2022-11-02 11:57:36 +00:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2022-11-09 15:34:08 +00:00
2022-11-10 19:29:20 +00:00
2022-11-09 15:34:08 +00:00
2022-06-24 16:26:14 +02:00
2022-05-03 14:42:02 +02:00
2022-09-07 16:22:09 +02:00
2022-07-27 11:14:47 -04:00
2022-11-21 15:36:49 +01:00
2022-11-28 10:21:42 -05:00
2022-11-09 15:34:08 +00:00
2022-11-14 01:04:26 -05:00
2022-07-29 08:09:09 -04:00
2022-10-12 14:00:17 -04:00
2022-12-02 09:13:25 +01:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2022-06-09 09:50:03 +02:00
2022-11-02 11:57:36 +00:00
2022-11-02 11:57:36 +00:00
2022-11-09 15:34:08 +00:00
2022-11-10 19:29:20 +00:00
2022-10-10 14:54:36 -04:00
2022-11-15 11:06:01 +01:00
2022-09-16 16:38:08 +01:00
2022-10-27 14:38:59 +02:00
2022-11-10 19:29:20 +00:00
2022-05-17 18:20:36 +02:00
2022-05-03 14:42:02 +02:00
2022-11-10 19:29:20 +00:00
2022-05-03 14:42:02 +02:00
2022-11-30 15:07:28 +01:00
2022-11-04 18:01:41 +01:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-05-12 16:25:55 -04:00
2022-05-12 16:25:55 -04:00
2022-11-15 10:46:34 +01:00
2022-11-09 15:34:08 +00:00
2022-11-30 10:24:03 +00:00
2022-06-08 15:30:41 +02:00
2022-05-03 14:42:02 +02:00