Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjp authored Jul 17, 2020
1 parent 03d7087 commit 315889e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down Expand Up @@ -76,4 +76,4 @@ def __getitem__(self, index):


def __len__(self):
return len(self.samples)
return len(self.samples)

0 comments on commit 315889e

Please sign in to comment.