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-02-15 07:55:10 -05:00
2021-10-22 07:42:31 -04:00
2021-11-16 09:24:40 -05:00
2021-07-01 12:52:00 -04:00
2021-11-18 16:24:34 +01:00
2021-10-05 22:43:16 -04:00
2021-02-15 07:55:10 -05:00
2021-03-19 16:17:13 -04:00
2021-08-12 03:42:25 -04:00
2021-10-07 12:44:23 +05:30
2021-01-07 04:47:50 -05:00
2021-09-13 16:17:29 -04:00
2021-08-30 12:09:14 -04:00
2021-07-14 10:56:55 -04:00
2021-11-17 20:24:39 +00:00