Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a43f9e2

Browse files
Fix wrong loader in UCIR.
1 parent 85c8e79 commit a43f9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎inclearn/models/ucir.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _eval_task(self, data_loader):
102102
ypred = []
103103
ytrue = []
104104

105-
for input_dict in test_loader:
105+
for input_dict in data_loader:
106106
ytrue.append(input_dict["targets"].numpy())
107107

108108
inputs = input_dict["inputs"].to(self._device)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /