NielsRogge
da36c557f7
Add ImageGPT (#14240)
* First draft
* More improvements
* Improve conversion script
* Fix init weights for layer norm
* Fix correct model for conversion script
* Don't tie input and output embeddings
* Add print statements for debugging
* Add print statements for debugging
* Fix vocab size of model
* Improve documentation, remove fast tokenizer
* Add ImageGPTForImageClassification, improve docs
* Fix docs issue
* Set verbosity level back to info
* Improve tests
* Fix tests and add figure
* Delete tokenizer file
* Remove ImageGPTTokenizer from init files
* Remove ImageGPTLayer from init files
* Remove ImageGPT tokenizer from docs
* First draft of ImageGPTFeatureExtractor
* Fix typo
* Fix bug
* More improvements
* Apply suggestions from code review, add tests for feature extractor
* Fix layernorm
* Update save_pretrained method
* Fix issue
* Make all tests of ImageGPTFeatureExtractor pass
* Update code examples
* Rename model inputs to pixel_values
* Improve code examples
* Update init_weights to post_init
* Fix post_init
2021-11-18 16:24:34 +01:00
..
2021-11-17 11:39:12 -05:00
2021-11-18 16:24:34 +01:00
2021-08-12 05:49:02 -04:00
2021-11-10 10:18:35 +01:00
2021-11-18 16:24:34 +01:00
2021-10-25 07:48:02 -04:00
2021-10-25 07:48:02 -04:00
2021-06-16 15:14:53 -04:00
2021-01-05 06:18:48 -05:00
2021-10-25 07:48:02 -04:00
2021-10-28 12:56:46 -04:00
2020-06-17 14:01:10 -04:00
2021-10-25 07:48:02 -04:00
2021-11-09 14:12:50 -05:00
2021-10-25 07:48:02 -04:00
2020-05-27 11:36:55 -04:00
2021-04-05 10:51:16 -04:00
2020-02-25 13:48:24 -05:00
2021-06-15 06:37:37 -04:00
2021-11-18 16:24:34 +01:00
2021-10-25 07:40:44 -04:00
2021-06-14 13:34:32 -07:00
2021-10-25 07:48:02 -04:00
2021-06-15 06:37:37 -04:00
2021-04-21 11:11:20 -04:00
2020-04-06 14:32:39 -04:00
2021-11-14 17:19:15 -08:00
2021-11-14 17:19:15 -08:00
2021-09-13 13:32:32 +02:00
2020-12-23 10:15:49 -05:00
2021-11-03 17:43:19 -04:00
2021-10-21 17:00:26 -04:00
2021-10-04 11:57:54 -04:00
2021-09-10 14:47:48 +02:00
2021-07-12 18:02:51 +02:00
2021-10-26 11:22:22 +02:00
2021-10-20 15:10:57 -04:00
2021-09-30 09:26:49 -07:00
2021-10-25 07:40:44 -04:00
2021-10-25 15:04:36 +01:00
2021-04-14 08:39:23 -07:00