Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
------------------ 原始邮件 ------------------ 发件人:***@***.***>; 发送时间: 2021年9月10日(星期五) 中午1:57 收件人:***@***.***>; 抄送:***@***.***>;***@***.***>; 主题: Re: [PaddlePaddle/Paddle] 自己建的模型配置文件没有预训练权重怎么办? (#35622) 不填的话应该就不设置了 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
4条答案
按热度按时间soat7uwm1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
jtjikinw2#
不填的话应该就不设置了
pdtvr36n3#
可是会报错,必须有预训练权重…
------------------ 原始邮件 ------------------ 发件人:***@***.***>; 发送时间: 2021年9月10日(星期五) 中午1:57 收件人:***@***.***>; 抄送:***@***.***>;***@***.***>; 主题: Re: [PaddlePaddle/Paddle] 自己建的模型配置文件没有预训练权重怎么办? (#35622) 不填的话应该就不设置了 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
tv6aics14#
没有pretrain_weights的话可以填成空字符串,即'',或者python tools/train.py -c configs/my_config.yml -o pretrain_weights=''