mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
7ba1052392
commit
4c5531a1b9
Binary file not shown.
@ -977,7 +977,7 @@ def run(rank, world_size, args):
|
||||
layer_name_splited = n.split('.')
|
||||
if int(layer_name_splited[3]) % 2 == 0:
|
||||
layer_name_splited[3] = str(int(layer_name_splited[3])//2)
|
||||
print(''.join(layer_name_splited))
|
||||
print('.'.join(layer_name_splited))
|
||||
|
||||
exit()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user