fix typo
This commit is contained in:
parent
569fa31d06
commit
6cd434c230
|
|
@ -4,7 +4,7 @@ import torch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def create_unique_rnge(epoch:int):
|
def create_unique_rng(epoch:int):
|
||||||
"""create unique random number generator for each (worker_id,epoch) combination"""
|
"""create unique random number generator for each (worker_id,epoch) combination"""
|
||||||
|
|
||||||
rng = random.Random()
|
rng = random.Random()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue