Revision 30f4f6614a6a9d48b10cedc621d0d2e415d40bb9 authored by Zi Jian Yew on 15 March 2019, 09:14:56 UTC, committed by GitHub on 15 March 2019, 09:14:56 UTC
Fixed the iterator to include the 2014-06-26-09-31-18 dataset, otherwise oxford_generate_train_cases fails.
2 parent s c5b0bc6 + 3752740
Raw File
config.py
# Global training parameters
USE_BN = True
BATCH_SIZE = 6
VAL_BATCH_SIZE = 16
LR_INITIAL = 1e-5
back to top