from local

This commit is contained in:
dohe0342 2023-05-18 15:59:47 +09:00
parent fa658ce0cf
commit e9c6177808
2 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ base_model, bias_model = base_model['model'], bias_model['model']
for key in base_model.keys():
if 'bias' in key:
print(key, base_model[key], bias_model[key])