fixed hpc save, load. cleaned apu

This commit is contained in:
William Falcon
2019-07-26 22:13:41 -04:00
parent a6ae97ac09
commit c61e13f0ff
+4
View File
@@ -66,6 +66,10 @@ def test_dp_output_reduce():
def test_model_saving_loading():
"""
Tests use case where trainer saves the model, and user loads it from tags independently
:return:
"""
hparams = get_hparams()
model = LightningTestModel(hparams)