From c9c9a1219f26e9e60d337fe0d1561ffd0eb86b88 Mon Sep 17 00:00:00 2001 From: leftthomas Date: Sat, 1 Jun 2019 15:51:37 +0800 Subject: [PATCH] change global configs --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 378cd8d..1ea09c7 100644 --- a/utils.py +++ b/utils.py @@ -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):