mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 06:04:18 +00:00
fix typo
This commit is contained in:
parent
5f63d9b120
commit
e3a8f14969
@ -1271,7 +1271,7 @@ def run(rank, world_size, args):
|
||||
else:
|
||||
p.requires_grad = False
|
||||
|
||||
logging.info("A total of {} trainable parameters ({:.3f}% of the whole model)".format(num_trainable, num_trainable/num_param))
|
||||
logging.info("A total of {} trainable parameters ({:.3f}% of the whole model)".format(num_trainable, num_trainable/num_param * 100))
|
||||
|
||||
model.to(device)
|
||||
if world_size > 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user