BR-IDL / PaddleViT

:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+
https://github.com/BR-IDL/PaddleViT
Apache License 2.0
1.21k stars 317 forks source link

希望可以增加参数来允许自定义输出路径 #142

Closed SigureMo closed 2 years ago

SigureMo commented 2 years ago

Describe your feature request

目前貌似只有少数模型(Focal_Transformer、MobileFormer)是可以通过参数自定义 output 路径的,但自定义输出路径的需求是很常见的(比如 AI Studio 的脚本任务必须将 log 输出到指定目录)。虽然改配置也能做到这一点,但是比较麻烦,因此希望其余模型也支持通过参数自定义 output 路径。

Describe the reference code or paper

None

Describe the possible solution

增加参数 -output,见 PR #143

Additional context Add any other context or screenshots about the feature request here.

xperzy commented 2 years ago

Good Work!