Skip to content

Commit

Permalink
change global configs
Browse files Browse the repository at this point in the history
  • Loading branch information
leftthomas committed Jun 1, 2019
1 parent ea0b275 commit c9c9a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from torch.utils.data import Dataset, DataLoader

# global configs
CLIP_LEN, RESIZE_HEIGHT, CROP_SIZE = 32, 128, 112
CLIP_LEN, RESIZE_HEIGHT, CROP_SIZE = 64, 256, 224


class VideoDataset(Dataset):
Expand Down

0 comments on commit c9c9a12

Please sign in to comment.