Skip to content

Commit

Permalink
Remove drive
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Dec 4, 2023
1 parent 80fad71 commit 09d93de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/losses/mse_loss_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,3 @@ def test_forward_with_gan_loss(self):
# For example, assert that the loss is a tensor and requires gradient
self.assertTrue(torch.is_tensor(loss))
self.assertTrue(loss.requires_grad)


# Add more tests as needed

if __name__ == "__main__":
unittest.main()

0 comments on commit 09d93de

Please sign in to comment.