Yih-Dar
95b3ec3bc9
Add FlaxVisionEncoderDecoderModel (#13359)
* Start the work on FlaxVisionEncoderDecoderModel
* Add FlaxVisionEncoderDecoderModel
* Add VisionEncoderDecoderConfig
* Make FlaxVisionEncoderDecoderModel visible to transformers
* Add test
* Fix wrong getattr usage
* Fix tests
* Add FlaxAutoModelForVision2Seq
* Expose FLAX_MODEL_FOR_VISION_2_SEQ_MAPPING
* clean-up
* add integration test
* update expected logits
* update expected scores
* Add ViT2GPT2ModelIntegrationTest + some cleaning
* Add projection layer + PT/Flax equivalence tests
* Fix import
* minor changes
* make test slow again
* Apply suggestions
* Add modeling_flax_vision_encoder_decoder to _ignore_modules in get_model_modules()
* fix copies
* Apply suggestions from code review
Co-authored-by: Suraj Patil <surajp815@gmail.com>
* split long strings in multiple lines
* decoder_input_ids can't be None
* Add back test_configuration_tie
* Remove attention_mask parameter
* fix test - encoder_last_hidden_state should be encoder_outputs.last_hidden_state instead of the projected vector
* Apply suggestions from code review
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
* Remove more encoder_attention_mask
* remove encoder_attention_mask when calling self.decode (in FlaxVisionEncoderDecoderModule)
* Fix style + pass 1s instead of None as encoder_attention_mask
* fix init_weights
* pass None for encoder_attention_mask
* pass 1s instead of None as encoder_attention_mask
* Fix doc style
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
Co-authored-by: Suraj Patil <surajp815@gmail.com>
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2021-11-09 15:14:28 +05:30
..
2021-08-30 17:29:27 +02:00
2021-11-09 15:14:28 +05:30
2021-06-14 15:16:08 +05:30
2021-04-21 11:11:20 -04:00
2021-10-18 10:16:46 -04:00
2021-11-02 18:29:14 +01:00
2021-04-21 09:47:27 -04:00
2021-08-04 16:31:23 +02:00
2021-04-21 09:47:27 -04:00
2021-10-18 10:16:46 -04:00
2021-05-07 09:27:43 +02:00
2021-06-14 20:01:03 +01:00
2021-09-22 19:00:47 -04:00
2021-10-29 09:19:01 -04:00
2021-04-21 09:47:27 -04:00
2021-09-01 15:05:40 +02:00
2021-04-21 09:47:27 -04:00
2021-07-13 08:40:27 -04: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-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-09-20 15:10:33 -04:00
2021-11-06 09:41:02 -04:00
2021-05-04 20:56:09 +02:00
2021-10-13 00:10:34 +02:00
2021-04-21 09:47:27 -04:00
2021-09-20 13:24:30 +02:00
2021-04-21 09:47:27 -04:00
2021-04-21 09:47:27 -04:00
2021-10-04 07:37:09 -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-10-08 10:27:32 -04:00
2021-08-27 20:52:51 +03:00
2021-04-21 09:47:27 -04:00
2021-04-21 09:47:27 -04:00
2021-08-30 12:35:42 +02:00
2021-11-03 08:59:44 +01:00
2021-09-22 07:51:38 -04:00
2021-04-21 09:47:27 -04:00
2021-05-03 09:07:29 -04:00
2021-04-21 09:47:27 -04:00
2021-08-09 22:47:05 +05:30
2021-11-02 18:58:42 -04:00
2021-09-02 11:32:18 +02:00
2021-04-21 09:47:27 -04:00
2021-04-21 09:47:27 -04:00
2021-04-21 09:47:27 -04:00
2020-12-10 09:29:38 -05:00
2021-09-20 07:53:31 -04:00
2021-09-14 17:15:19 +02:00
2021-10-18 10:16:46 -04:00
2020-12-07 18:36:34 -05:00
2021-04-21 09:47:27 -04:00
2021-04-21 09:47:27 -04:00
2021-07-24 11:31:42 -04:00
2021-04-21 11:11:20 -04:00
2021-10-13 00:10:34 +02:00
2021-07-06 03:31:57 -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-09-01 13:33:31 +02:00
2021-08-17 08:29:01 -04:00
2021-04-21 09:47:27 -04:00
2021-09-01 15:05:40 +02:00
2021-09-01 15:05:40 +02:00
2021-04-21 09:47:27 -04:00
2021-04-21 09:47:27 -04:00
2021-10-13 10:28:56 +02:00
2021-10-26 18:59:58 +02:00
2021-10-26 18:59:58 +02:00
2021-11-09 15:14:28 +05:30
2021-08-13 11:44:04 +05:30
2021-08-26 17:25:20 +02:00
2021-08-27 20:52:51 +03:00
2021-04-21 09:47:27 -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-03-11 17:44:18 +03:00