tlby commented on a change in pull request #8015: [Perl] Adding Gluon interface to Perl, miscellaneous changes in order to sync with Python URL: https://github.com/apache/incubator-mxnet/pull/8015#discussion_r141494702
########## File path: perl-package/AI-MXNet/lib/AI/MXNet/Metric.pm ########## @@ -20,6 +20,7 @@ use strict; use warnings; use AI::MXNet::Function::Parameters; use Scalar::Util qw/blessed/; +use JSON::PP; Review comment: I think normally people just use `JSON` and that module makes a good choice about using `JSON::PP` or `JSON::XS`. ---------------------------------------------------------------- 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
