fix sweep
This commit is contained in:
parent
c6b6d120fe
commit
35170c77b3
|
@ -55,7 +55,7 @@ if __name__ == '__main__':
|
||||||
base_path = nd['path']['log']
|
base_path = nd['path']['log']
|
||||||
for k, p in nd['path'].items():
|
for k, p in nd['path'].items():
|
||||||
if isinstance(p, str) and base_path in p:
|
if isinstance(p, str) and base_path in p:
|
||||||
nd['path'][k] = p.replace(base_path, f'{base_path}\\{mod}')
|
nd['path'][k] = p.replace(base_path, f'{base_path}/{mod}')
|
||||||
all_opts.append(nd)
|
all_opts.append(nd)
|
||||||
|
|
||||||
for i in range(1,len(modifications)):
|
for i in range(1,len(modifications)):
|
||||||
|
@ -65,4 +65,4 @@ if __name__ == '__main__':
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
rank = 0
|
rank = 0
|
||||||
launch_trainer(all_opts[i], base_opt, rank)
|
launch_trainer(all_opts[rank], base_opt, rank)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user