Files
HuggingFace_transformer/docs/source
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-18 16:24:34 +01:00
2021-10-28 12:56:46 -04:00
2021-11-18 16:24:34 +01:00
2021-04-21 11:11:20 -04:00
2020-04-06 14:32:39 -04:00
2021-11-03 17:43:19 -04:00
2021-07-12 18:02:51 +02:00