transformers/docs/source/main_classes
Mishig Davaadorj 026866df92
Image Segmentation pipeline (#13828)
* Implement img seg pipeline

* Update src/transformers/pipelines/image_segmentation.py

Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>

* Update src/transformers/pipelines/image_segmentation.py

Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>

* Update output shape with individual masks

* Rm dev change

* Remove loops in test

Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
2021-10-08 09:59:53 +02:00
..
callback.rst Add example for registering callbacks with trainers (#10928) 2021-04-05 12:27:23 -04:00
configuration.rst Update model configs - Allow setters for common properties (#13026) 2021-09-06 16:30:13 +02:00
data_collator.rst TF/Numpy variants for all DataCollator classes (#13105) 2021-08-31 13:06:48 +01:00
deepspeed.rst Fix typo in deepspeed documentation (#13482) 2021-09-08 11:24:10 -07:00
feature_extractor.rst Add ImageFeatureExtractionMixin (#10905) 2021-03-26 11:23:56 -04:00
keras_callbacks.rst Keras callback to push to hub each epoch, or after N steps (#13773) 2021-09-29 12:47:35 +01:00
logging.rst Logging propagation (#10092) 2021-02-09 10:27:49 -05:00
model.rst Fix push_to_hub docstring and make it appear in doc (#12770) 2021-07-17 15:52:33 +02:00
optimizer_schedules.rst Seq2seq trainer (#9241) 2020-12-22 11:33:44 -05:00
output.rst [Flax] Correct flax docs (#12782) 2021-08-04 16:31:23 +02:00
pipelines.rst Image Segmentation pipeline (#13828) 2021-10-08 09:59:53 +02:00
processors.rst Examples reorg (#11350) 2021-04-21 11:11:20 -04:00
tokenizer.rst Fix push_to_hub docstring and make it appear in doc (#12770) 2021-07-17 15:52:33 +02:00
trainer.rst Push to hub when saving checkpoints (#13503) 2021-09-14 08:02:15 -04:00