sandeep-krishnamurthy commented on a change in pull request #15715: Improve 
diagnose.py to display environment variables
URL: https://github.com/apache/incubator-mxnet/pull/15715#discussion_r310337651
 
 

 ##########
 File path: tools/diagnose.py
 ##########
 @@ -171,6 +161,31 @@ def check_network(args):
     for name, url in URLS.items():
         test_connection(name, url, args.timeout)
 
+
+def check_environment():
 
 Review comment:
   We can have only MXNet variables, but, that list soon may be obsolete, 
because, new environment variables when introduced may not be added to 
diagnose.py. So I was asking is there registry or automated way to fetch all 
environment variables in MXNet.

----------------------------------------------------------------
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

Reply via email to