Skip to content

Commit 93650f0

Browse files
committed
Revert "small fix in perplexity runner"
This reverts commit b195416.
1 parent 1f2000e commit 93650f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neuralmonkey/runners/perplexity_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def fetches(self) -> Dict[str, tf.Tensor]:
3636

3737
@property
3838
def loss_names(self) -> List[str]:
39-
return ["xents"]
39+
return ["xent"]

0 commit comments

Comments
 (0)