Files
HuggingFace_transformer/docs/source/model_doc
Yih-Dar be4a6c64dc Add TFViTModel (#13778)
* Start the work for TFViTModel

* Convert to TF code - need to check in the follow up commits

* Clean up model code

* Expose TFViTModel

* make style

* make quality

* Add test

* make style & quality

* Fix some imports

* fix wrong usage - *kwargs => ** kwargs

* Fix Conv2D weight loading (PT->TF) issue

* Add tests for images with different sizes + fix model

* Fix some common tests for TFViTModel

* Use inputs instead of input_ids in test_compile_tf_model

* Add a comment about transpose and Conv2D in convert_tf_weight_name_to_pt_weight_name

* Avoid transpose in TFViT call

* Fix Conv2D issue in load_tf2_weights_in_pytorch_model

* Use tf.keras.layers.Conv2D instead of tf.nn.conv2d

* Using simpler heuristic to detect Conv2D layer

* Change convert_tf_weight_name_to_pt_weight_name to return TransposeType

* Check tf_weight_shape is not None before using it

* Apply suggestions from code review

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>

* fix missing comma

* fix input dtype

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
2021-11-09 07:54:37 -05:00
..
2021-08-30 17:29:27 +02:00
2021-11-09 07:54:37 -05:00
2021-06-14 15:16:08 +05:30
2021-04-21 11:11:20 -04:00
2021-08-04 16:31:23 +02:00
2021-06-14 20:01:03 +01:00
2021-04-21 09:47:27 -04:00
2021-09-01 15:05:40 +02:00
2021-07-20 09:28:50 -04:00
2021-04-21 09:47:27 -04:00
2021-04-21 09:47:27 -04:00
2021-08-31 06:32:47 -04:00
2021-08-12 05:01:26 -04:00
2021-04-21 09:47:27 -04:00
2021-06-17 10:37:54 -04:00
2021-01-27 21:25:11 +03:00
2021-11-06 09:41:02 -04:00
2021-05-04 20:56:09 +02:00
2021-09-20 13:24:30 +02:00
2021-04-21 09:47:27 -04:00
2021-07-06 18:55:18 +05:30
2021-04-21 09:47:27 -04:00
2021-10-04 12:30:50 +02:00
2021-05-03 09:07:29 -04:00
2021-09-02 11:32:18 +02:00
2020-12-10 09:29:38 -05:00
2021-09-20 07:53:31 -04:00
2020-12-07 18:36:34 -05:00
2021-04-21 09:47:27 -04:00
2021-04-21 11:11:20 -04:00
2021-10-28 08:23:52 -04:00
2021-10-18 17:43:35 +02:00
2021-10-18 17:43:35 +02:00
2021-10-14 15:46:22 +02:00
2021-10-14 15:46:22 +02:00
2021-08-17 08:29:01 -04:00
2021-09-01 15:05:40 +02:00
2021-09-01 15:05:40 +02:00
2021-08-13 11:44:04 +05:30
2021-11-09 07:54:37 -05:00
2021-04-21 09:47:27 -04:00
2020-12-07 18:36:34 -05:00
2021-04-21 11:11:20 -04:00