Skip to content

Commit dd07305

Browse files
committed
one more test commit
1 parent 8b4c63c commit dd07305

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

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

4-
### alternative infromation
5-
64

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

code/irt/distributions.py

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

4-
### alternative infromation
5-
64

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

0 commit comments

Comments
 (0)