Skip to content

Commit

Permalink
change global configs
Browse files Browse the repository at this point in the history
  • Loading branch information
leftthomas committed May 16, 2019
1 parent c723465 commit 2f7089e
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_HIEGHT, CROP_SIZE = 32, 128, 112
CLIP_LEN, RESIZE_HIEGHT, CROP_SIZE = 64, 256, 224


class VideoDataset(Dataset):
Expand Down

0 comments on commit 2f7089e

Please sign in to comment.