remove duplicate line
This commit is contained in:
parent
86d6f883b2
commit
6e889b2426
1 changed files with 0 additions and 1 deletions
|
@ -323,7 +323,6 @@ def create_nerf(rank, args):
|
|||
for m in range(models['cascade_level']):
|
||||
for name in ['net_{}'.format(m), 'optim_{}'.format(m)]:
|
||||
models[name].load_state_dict(to_load[name])
|
||||
models[name].load_state_dict(to_load[name])
|
||||
|
||||
return start, models
|
||||
|
||||
|
|
Loading…
Reference in a new issue