fixed hpc save, load. cleaned apu
This commit is contained in:
parent
348223a702
commit
a6ae97ac09
|
@ -115,7 +115,7 @@ def test_model_saving_loading():
|
|||
# make prediction
|
||||
# assert that both predictions are the same
|
||||
new_pred = model_2(x)
|
||||
assert torch.eq(pred_before_saving, new_pred)
|
||||
assert torch.all(torch.eq(pred_before_saving, new_pred)).item() == 1
|
||||
|
||||
clear_save_dir()
|
||||
|
||||
|
|
Loading…
Reference in New Issue