METER icon indicating copy to clipboard operation
METER copied to clipboard

Why the test results are different using same data?

Open qiaogh97 opened this issue 2 years ago • 1 comments

I used pl.seed_everything to set seed,

pl.seed_everything(_config["seed"], workers=True)

but I still got different result when I tested flickr30k Image2Text Retrieval task on the model trained by myself. First:

(tensor(0.7382),  tensor(0.9274), tensor(0.9638), tensor(0.8965), tensor(0.9814), tensor(0.9941)) 0)

Second:

(tensor(0.7366), tensor(0.9294), tensor(0.9656), tensor(0.8975), tensor(0.9814), tensor(0.9941)) 0

I ensure the config files are same. Do you meet this problem?

qiaogh97 avatar Jun 21 '22 15:06 qiaogh97

您好, 请教你一个问题,我和你一样使用这个模型meter_clip16_288_roberta_flickr.ckpt“,为什么代码报告这个错误显示模型meter_clip16_288_roberta_flickr.ckpt与网络权重参数维度不一致,感谢你能回答我的问题。 $P)I3J{2~Z4_`CH6_T(IC@9

attutude avatar Jul 01 '22 09:07 attutude