在根据Gitee上PaddleNLP中uie模型的官方文档做微调的时候,遇到了以下一行代码:
export finetuned_model=./checkpoint/model_best
我使用的为无GPU的windows系统,这串代码报错:'export' 不是内部或外部命令,也不是可运行的程序 或批处理文件。
查看了一系列解决方法,尝试过
set finetuned_model=./checkpoint/model_best
$env:finetuned_model=./checkpoint/model_best
set finetuned_model="./checkpoint/model_best"
终端还是提醒我:error: the following arguments are required: --output_dir
说明以上几种方法都没有设定成功
也尝试直接把路径写进命令行也不成功
请问大家这个地方到底要怎么改啊?
--output_dir,你的输出目录怎么指定的。
error: the following arguments are required: --output_dir
你好,请问这个问题是怎么解决的,我在微调finetuned.py这个脚本的时候也出现了这个问题,--output_dir