Skip to content

Commit

Permalink
change args.checkpoint_steps from 1000 to 1 for test evaluate func in…
Browse files Browse the repository at this point in the history
… VAE (#137)
  • Loading branch information
zqwerty authored and hzhwcmhf committed Jul 1, 2019
1 parent 3504ab2 commit 9f87ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/VAE-tensorflow/test_VAE_tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def modify_args(args):
args.name = 'test_VAE_tensorflow'
args.wvclass = 'Glove'
args.epochs = 5
args.checkpoint_steps = 1
args.datapath = path + '/tests/dataloader/dummy_mscoco'

def test_train(mocker):
Expand Down

0 comments on commit 9f87ea4

Please sign in to comment.