Generate dataset for video prediction

This commit is contained in:
Shangtong Zhang
2017-12-16 20:03:11 -07:00
parent 56304e63e6
commit 214f7693c2
8 changed files with 154 additions and 18 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ except:
import logging
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s: %(message)s')
logger = logging.getLogger('MAIN')
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.INFO)