Liu Dan

Results 12 comments of Liu Dan

did you solve it? @AISoltani @WumingzheAI

> what is the problem > […](#) > ------------------ 原始邮件 ------------------ 发件人: "ucbdrive/few-shot-object-detection" ***@***.***>; 发送时间: 2022年2月9日(星期三) 下午2:33 ***@***.***>; ***@***.******@***.***>; 主题: Re: [ucbdrive/few-shot-object-detection] fine-tune result is great but demo can't detected anything (#135) did you...

@AISoltani I need your help,I want to know did you solve the problem.I can detect base object after base training,but can not detect everything after finetune.

> > 你用的什么权重 > […](#) > ---Original--- From: "Liu ***@***.***> Date: Thu, Feb 10, 2022 08:59 AM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [ucbdrive/few-shot-object-detection] fine-tune result is great but demo...

> hello, what about cuda and cudnn version? @Andreyao cuda version should be cuda 8.0,cudnn version should be cudnn6,and tf version is 1.4

@17695996717 You did not compile successfully.you should `cd aster/c_ops` `sh build.sh` then you can see libaster.so in folder aster/c_ops/build

注释掉self.logger.add_scalar这个函数就不报错了 ![Screenshot from 2021-04-15 15-51-03](https://user-images.githubusercontent.com/16029479/114833708-75e50a80-9e02-11eb-9bdf-14cfb572f135.png)

@dwq370 你这个是只加载新 Checkpoint(只包含 PrefixEncoder 参数),楼主的问题是加载的是旧 Checkpoint(包含 ChatGLM-6B 以及 PrefixEncoder 参数)遇到不出结果的问题,我也是这样

> 使用原模型,进程会加载checkpoint ![image](https://user-images.githubusercontent.com/131581396/233882283-025035e5-e4bb-42b9-99cb-d25628f9fd20.png) > > 使用微调模型,会提示有些参数无法从checkpoint中加载。 ![image](https://user-images.githubusercontent.com/131581396/233882699-01613f95-948f-4fee-a939-05c339d1a44f.png) > > 应该问题出在这里,但不知道该如何解决 直接加载微调的checkpoint,没有响应,提示无法加载一些参数,问题您找到了吗