from local

This commit is contained in:
dohe0342 2023-01-09 22:43:56 +09:00
parent 2c0d1bb8ff
commit cb5055d5f6
2 changed files with 1 additions and 0 deletions

View File

@ -987,6 +987,7 @@ def run(rank, world_size, args):
p.requires_grad = False
else:
print(n)
exit()
'''
for n, p in model.named_parameters():
if 'layer' not in n: