Chouffe commented on a change in pull request #15023: Extend Clojure BERT
example
URL: https://github.com/apache/incubator-mxnet/pull/15023#discussion_r291548936
##########
File path:
contrib/clojure-package/examples/infer/predictor/src/infer/predictor_example.clj
##########
@@ -99,3 +99,9 @@
(:help options) (println summary)
(some? errors) (println (join "\n" errors))
:else (run-predictor options))))
+
+(comment
+ (run-predictor {:model-path-prefix "models/resnet-18/resnet-18"
Review comment:
This seems to be unrelated to the BERT work. Should it be done in another PR?
----------------------------------------------------------------
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]
With regards,
Apache Git Services