lyz
lyz
我用的resnet发现64的时候gpu塞不下,占用显存过高,大家有这个问题吗?怎么解决的呢
1. Refer to the prepro.py in scripts
Thanks a lot! Do you use the specific masks for image patche in training set? Besides, in your code, a pertained imagebert is used for initializing the fashionbert. Which dataset...
I am confused about the pertained model you loaded in the code where the 'pretrain_model_name_or_path=pai-imagebert-base-en' instead of ‘= google-bert-base-en’
Yes. What I am confused is about the downloaded model. In the readme file, the command for pretrained model is 'pretrain_model_name_or_path=pai-imagebert-base-en' instead of ‘= google-bert-base-en’. Should I change it to...
Have you solved your problem? I meet the same problem.
> Had the same issue. Fixed it by starting the python interpreter in admin mode (python 3.6, windows 10, pcl 1.8.1) Very helpful!