在ViT_CLIP 中没有发现冻结层不做训练的代码,请问您这边在哪里做了处理,就是冻结预训练好的bcakbond权重
xiaoyaod opened this issue · 2 comments
xiaoyaod commented
在ViT_CLIP 中没有发现冻结层不做训练的代码,请问您这边在哪里做了处理,就是冻结预训练好的bcakbond权重
refreshment-coffee commented
adapt-image-models/tools/train.py
Line 186,187
xiaoyaod commented
thank you