This commit is contained in:
shahules786 2022-08-23 13:34:43 +05:30
parent 569fa31d06
commit 6cd434c230
1 changed files with 1 additions and 1 deletions

View File

@ -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()