added debugging util

This commit is contained in:
William Falcon 2019-07-24 10:44:35 -04:00
parent 938fd58009
commit 0009aa2bcd
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def main():
model = get_model()
trainer = Trainer(
progress_bar=False,
progress_bar=True,
experiment=get_exp(),
max_nb_epochs=1,
train_percent_check=0.4,
@ -66,5 +66,6 @@ def main():
clear_tt_dir()
if __name__ == '__main__':
main()