nswamy commented on a change in pull request #11547: [MXNET-531] GAN MNIST 
Examples for Scala new API
URL: https://github.com/apache/incubator-mxnet/pull/11547#discussion_r199984604
 
 

 ##########
 File path: 
scala-package/examples/src/main/scala/org/apache/mxnetexamples/gan/GanMnist.scala
 ##########
 @@ -116,85 +102,91 @@ object GanMnist {
     labelArr.zip(predArr).map { case (l, p) => Math.abs(l - p) }.sum / 
label.shape(0)
   }
 
+  def test(dataPath : String, context : Context, outputPath : String, numEpoch 
: Int): Float = {
 
 Review comment:
   test->runTraining

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to