transformers/docs/source/en
NielsRogge 5451f8896c
Add DETA (#20983)
* First draft

* Add initial draft of conversion script

* Convert all weights

* Fix config

* Add image processor

* Fix DetaImageProcessor

* Run make fix copies

* Remove timm dependency

* Fix dummy objects

* Improve loss function

* Remove conv_encoder attribute

* Update conversion scripts

* Improve postprocessing + docs

* Fix copied from statements

* Add tests

* Improve postprocessing

* Improve postprocessing

* Update READMEs

* More improvements

* Fix rebase

* Add is_torchvision_available

* Add torchvision dependency

* Fix typo and README

* Fix bug

* Add copied from

* Fix style

* Apply suggestions

* Fix thanks to @ydshieh

* Fix another dependency check

* Simplify image processor

* Add scipy

* Improve code

* Add threshold argument

* Fix bug

* Set default threshold

* Improve integration test

* Add another integration test

* Update setup.py

* Address review

* Improve deformable attention function

* Improve copied from

* Use relative imports

* Address review

* Replace assertions

* Address review

* Update dummies

* Remove dummies

* Address comments, update READMEs

* Remove custom kernel code

* Add image processor tests

* Add requires_backends

* Add minor comment

* Update scripts

* Update organization name

* Fix defaults, add doc tests

* Add id2label for object 365

* Fix tests

* Update task guide
2023-01-31 10:43:10 +01:00
..
internal MinNewTokensLengthLogitsProcessor for .generate method #20814 (#20892) 2023-01-03 06:29:02 -05:00
main_classes [Doc] fix broken link (#21276) 2023-01-24 11:18:48 +01:00
model_doc Add DETA (#20983) 2023-01-31 10:43:10 +01:00
tasks Add DETA (#20983) 2023-01-31 10:43:10 +01:00
_config.py
_toctree.yml Add DETA (#20983) 2023-01-31 10:43:10 +01:00
accelerate.mdx
add_new_model.mdx fix docs typos in "add_new_model" (#20900) 2022-12-27 02:49:15 -05:00
add_new_pipeline.mdx Spanish translation of asr.mdx and add_new_pipeline.mdx (#20569) 2022-12-12 09:23:23 -05:00
add_tensorflow_model.mdx
autoclass_tutorial.mdx
benchmarks.mdx
bertology.mdx
big_models.mdx
community.mdx
contributing.md
converting_tensorflow_models.mdx
create_a_model.mdx Documentation code sample fixes (#21302) 2023-01-25 11:33:39 -05:00
custom_models.mdx
debugging.mdx Spanish translation of the file debugging.mdx (#20566) 2022-12-12 10:38:56 -05:00
fast_tokenizers.mdx
generation_strategies.mdx Add: An introductory guide for text generation (#21090) 2023-01-17 12:23:22 -05:00
glossary.mdx
hpo_train.mdx
index.mdx Add DETA (#20983) 2023-01-31 10:43:10 +01:00
installation.mdx
migration.mdx
model_sharing.mdx
model_summary.mdx Embed circle packing chart for model summary (#20791) 2022-12-20 10:26:52 -08:00
multilingual.mdx
notebooks.md
pad_truncation.mdx
perf_hardware.mdx
perf_infer_cpu.mdx
perf_infer_gpu_many.mdx
perf_infer_gpu_one.mdx
perf_infer_special.mdx
perf_train_cpu.mdx
perf_train_cpu_many.mdx
perf_train_gpu_many.mdx
perf_train_gpu_one.mdx Migrate torchdynamo to torch.compile (#20634) 2022-12-08 11:18:52 -05:00
perf_train_special.mdx
perf_train_tpu.mdx
performance.mdx
perplexity.mdx
philosophy.mdx
pipeline_tutorial.mdx Documentation code sample fixes (#21302) 2023-01-25 11:33:39 -05:00
pipeline_webserver.mdx Rework the pipeline tutorial (#20437) 2022-12-06 10:47:31 +01:00
pr_checks.mdx
preprocessing.mdx Updates to computer vision section of the Preprocess doc (#21181) 2023-01-19 08:43:36 -05:00
quicktour.mdx typo fix (#20891) 2022-12-26 02:06:23 -05:00
run_scripts.mdx
sagemaker.mdx
serialization.mdx Add Onnx Config for PoolFormer (#20868) 2022-12-23 01:30:57 -05:00
task_summary.mdx Update expected values for doctest (#21284) 2023-01-24 13:32:31 -08:00
testing.mdx
tf_xla.mdx Rewrite a couple of lines in the TF XLA doc (#21177) 2023-01-18 17:53:05 +00:00
tokenizer_summary.mdx
torchscript.mdx
training.mdx Fix code example in training tutorial (#21201) 2023-01-20 07:38:15 -08:00
troubleshooting.mdx