We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2000e commit 93650f0Copy full SHA for 93650f0
neuralmonkey/runners/perplexity_runner.py
@@ -36,4 +36,4 @@ def fetches(self) -> Dict[str, tf.Tensor]:
36
37
@property
38
def loss_names(self) -> List[str]:
39
- return ["xents"]
+ return ["xent"]
0 commit comments