samskalicky commented on pull request #18894:
URL: https://github.com/apache/incubator-mxnet/pull/18894#issuecomment-674560306
I keep getting this weird Clojure failure:
```
[2020-08-16T17:41:29.383Z] lein test :only
bert.bert-sentence-classification-test/train-test
[2020-08-16T17:41:29.383Z]
[2020-08-16T17:41:29.383Z] FAIL in (train-test)
(bert_sentence_classification_test.clj:90)
[2020-08-16T17:41:29.383Z] accuracy
[2020-08-16T17:41:29.383Z] expected: (< 0.5 (last (m/score model {:eval-data
train-data, :eval-metric (eval-metric/accuracy)})))
[2020-08-16T17:41:29.383Z] actual: (not (< 0.5 ##NaN))
[2020-08-16T17:41:29.383Z] WARN org.apache.mxnet.DataDesc: Found Undefined
Layout, will use default index 0 for batch axis
```
I did a rebase, but not sure why this is failing. None of my changes affect
internal operators...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]