This commit is contained in:
cafeai 2022-12-02 01:41:22 +09:00
parent b96eabfe2a
commit d225cd57e7
1 changed files with 1 additions and 0 deletions

View File

@ -717,6 +717,7 @@ def main():
# Set seed
torch.manual_seed(args.seed)
random.seed(args.seed)
print('RANDOM SEED:', args.seed)
if args.resume: