Make more tests compatible with Windows (#9303)

This commit is contained in:
mehrdadn
2020-07-15 11:34:33 -05:00
committed by GitHub
parent ad83337f46
commit aa8928fac2
9 changed files with 149 additions and 71 deletions
@@ -212,7 +212,7 @@ class TrainingOperator:
updating the model.
By default, this method implementation assumes that batches
are in (\*features, labels) format. So we also support multiple inputs
are in (\\*features, labels) format. So we also support multiple inputs
model. If using amp/fp16 training, it will also scale the loss
automatically.
@@ -309,7 +309,7 @@ class TrainingOperator:
You can override this method to provide arbitrary metrics.
Same as ``train_batch``, this method implementation assumes that
batches are in (\*features, labels) format by default. So we also
batches are in (\\*features, labels) format by default. So we also
support multiple inputs model.
Args: