1 Star 0 Fork 0

刘凯 / fairseq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
train.py 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
Myle Ott 提交于 2020-10-18 18:13 . Apply black+isort (#1357)
#!/usr/bin/env python3 -u
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
"""
Legacy entry point. Use fairseq_cli/train.py or fairseq-train instead.
"""
from fairseq_cli.train import cli_main
if __name__ == "__main__":
cli_main()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/MufcLiuKai/fairseq.git
git@gitee.com:MufcLiuKai/fairseq.git
MufcLiuKai
fairseq
fairseq
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891