Skip to content

Commit

Permalink
Added complete path for utils in IRT
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavUikey authored Aug 24, 2024
1 parent 0f191de commit bac6271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CAT/model/IRT.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from CAT.dataset import AdapTestDataset, TrainDataset, Dataset
from sklearn.metrics import accuracy_score
from collections import namedtuple
from .utils import StraightThrough
from CAT.model.utils import StraightThrough
SavedAction = namedtuple('SavedAction', ['log_prob', 'value'])

class IRT(nn.Module):
Expand Down

0 comments on commit bac6271

Please sign in to comment.