From 315889e5512ee0838e6184243743e9f578500011 Mon Sep 17 00:00:00 2001 From: Hyunjong Park Date: Fri, 17 Jul 2020 13:41:13 +0900 Subject: [PATCH] Update utils.py --- model/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/utils.py b/model/utils.py index fa3a531e..ef040a1a 100644 --- a/model/utils.py +++ b/model/utils.py @@ -6,7 +6,7 @@ import torch.utils.data as data -rng = np.random.RandomState(2017) +rng = np.random.RandomState(2020) def np_load_frame(filename, resize_height, resize_width): """ @@ -76,4 +76,4 @@ def __getitem__(self, index): def __len__(self): - return len(self.samples) \ No newline at end of file + return len(self.samples)