mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
fixed hpc save, load. cleaned apu
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user