Added translation of serialization.mdx to Portuguese Issue #16824 (#19869)

* [ custom_models.mdx ] - Translated to Portuguese the custom models tutorial.

* [ run_scripts.mdx ] - Translated to Portuguese the run scripts tutorial.

* [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial.

* [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial.

* [ serialization.mdx ] - Translated to Portuguese the serialization tutorial.
This commit is contained in:
Davi Alves
2022-10-25 10:34:28 -03:00
committed by GitHub
parent ab108a0e31
commit 0a77249178
2 changed files with 499 additions and 0 deletions

View File

@@ -25,6 +25,8 @@
title: Treinamento a partir de um script
- local: converting_tensorflow_models
title: Convertendo checkpoints do TensorFlow para Pytorch
- local: serialization
title: Exportando modelos para ONNX
- sections:
- local: tasks/sequence_classification
title: Classificação de texto