/
githubmirror
/
faceswap
Обзор
Документация
Войти
/
githubmirror
/
faceswap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
locales/tools.model.cli.pot
63 строки
2 KB
torzdf
Deprecate multi-character cli switches
05 апр 2024, 15:51
05 апр 2024, 15:51
95b4431
Код
Авторство
О чём код?
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-28 23:51+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: tools/model/cli.py:13 msgid "This tool lets you perform actions on saved Faceswap models." msgstr "" #: tools/model/cli.py:22 msgid "A tool for performing actions on Faceswap trained model files" msgstr "" #: tools/model/cli.py:34 msgid "" "Model directory. A directory containing the model you wish to perform an " "action on." msgstr "" #: tools/model/cli.py:43 msgid "" "R|Choose which action you want to perform.\n" "L|'inference' - Create an inference only copy of the model. Strips any " "layers from the model which are only required for training. NB: This is for " "exporting the model for use in external applications. Inference generated " "models cannot be used within Faceswap. See the 'format' option for " "specifying the model output format.\n" "L|'nan-scan' - Scan the model file for NaNs or Infs (invalid data).\n" "L|'restore' - Restore a model from backup." msgstr "" #: tools/model/cli.py:57 tools/model/cli.py:69 msgid "inference" msgstr "" #: tools/model/cli.py:59 msgid "" "R|The format to save the model as. Note: Only used for 'inference' job.\n" "L|'h5' - Standard Keras H5 format. Does not store any custom layer " "information. Layers will need to be loaded from Faceswap to use.\n" "L|'saved-model' - Tensorflow's Saved Model format. Contains all information " "required to load the model outside of Faceswap." msgstr "" #: tools/model/cli.py:71 msgid "" "Only used for 'inference' job. Generate the inference model for B -> A " "instead of A -> B." msgstr ""