I am finetune the nextvlad on my dataset, but occur error: AssertionError: Optimizer file [./nextvlad/model_weights/NEXTVLAD.pdopt] not exits!need to help!
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!
5条答案
按热度按时间fzsnzjdm1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网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!
u1ehiz5o2#
能下载的预训练模型只有NEXTVLAD.pdparams,为什么还要加载一个NEXTVLAD.pdopt
bwitn5fc3#
方便的话,可以贴一下你 load的代码。.pdopt 是存储optimizer的一些动量之类的变量,.pdparams 是参数变量。
7d7tgy0s4#
感谢回复,load代码如下:
fluid.load(train_prog, model_path=args.resume, executor=exe)
版本是2.1.2,调用到的是io.py中的load(program, model_path, executor=None, var_list=None)方法,报错的是2081行
uqcuzwp85#
此处指定model_path,可以单独加载NEXTVLAD.pdparams
model_path=./nextvlad/model_weights/NEXTVLAD.pdparams
如果不指定文件名后缀,会尝试加载
.pdparams, pdopt