test memory printing

This commit is contained in:
William Falcon 2019-07-24 17:31:56 -04:00
parent 1d28b468bd
commit 66abd0d382
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ def test_cpu_model():
)
model, hparams = get_model()
# test memory gathering
model.count_mem_items()
run_gpu_model_test(trainer_options, model, hparams, on_gpu=False)