Skip to content

Commit 2a25c53

Browse files
committed
testing
1 parent 4fa4a10 commit 2a25c53

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

code/irt/.ipynb_checkpoints/distributions-checkpoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import torch
22
from torch.distributions import Distribution
33

4-
# Cringe add
54

65
# Define a custom Normal distribution class that inherits from PyTorch's Distribution class
76
class Normal(Distribution):

code/irt/distributions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import torch
22
from torch.distributions import Distribution
33

4-
# Cringe add
54

65
# Define a custom Normal distribution class that inherits from PyTorch's Distribution class
76
class Normal(Distribution):

0 commit comments

Comments
 (0)