You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/04/27 18:23:26 UTC

[GitHub] [incubator-mxnet] ys2843 opened a new pull request #18174: Restore missing FAQ tutorial from website migration

ys2843 opened a new pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174


   ## Description ##
   According to Lin Yuan,  https://github.com/apache/incubator-mxnet/pull/15517 was deleted from mxnet website and faq during the website migration. Restored this file in this PR.
   
   ## Checklist ##
   ### Essentials ###
   - [x] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [x] Restore missing tutorial `Use TensorInspector to Help Debug Operators` of FAQ
   - [x] First PR - add my name to `CONTRIBUTORS.md`
   
   ### Comments
   + Preview (temporarily broke, fixing): http://ec2-3-14-28-87.us-east-2.compute.amazonaws.com/ 
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620318724


   Jenkins CI successfully triggered : [sanity]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on a change in pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
ys2843 commented on a change in pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#discussion_r417066328



##########
File path: ci/Jenkinsfile_docker_cache
##########
@@ -38,6 +38,7 @@ core_logic: {
         timeout(time: total_timeout, unit: 'MINUTES') {
           utils.init_git()
           sh "python3 ./ci/docker_cache.py --docker-registry ${env.DOCKER_CACHE_REGISTRY}"
+          sh "cd ci && docker-compose -f docker/docker-compose.yml build --parallel && docker-compose -f docker/docker-compose.yml push "

Review comment:
       Sorry, did a wrong rebase. Thanks for pointing out. Updated




----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620282657


   @ys2843 sanity build broke due to an update to pylint and it's dependency astroid. I'm fixing it as part of https://github.com/apache/incubator-mxnet/pull/18177
   
   Once it is merged, you can retrigger sanity build to pass


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620750365


   @mxnet-bot run ci [windows-gpu ]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620914794


   @mxnet-label-bot update [pr-awaiting-merge]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620281342


   Jenkins CI successfully triggered : [sanity]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
apeforest commented on a change in pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#discussion_r417015347



##########
File path: ci/Jenkinsfile_docker_cache
##########
@@ -38,6 +38,7 @@ core_logic: {
         timeout(time: total_timeout, unit: 'MINUTES') {
           utils.init_git()
           sh "python3 ./ci/docker_cache.py --docker-registry ${env.DOCKER_CACHE_REGISTRY}"
+          sh "cd ci && docker-compose -f docker/docker-compose.yml build --parallel && docker-compose -f docker/docker-compose.yml push "

Review comment:
       This seems not part of your PR, right? Please do rebase properly.




----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620281283


   @mxnet-bot run ci [sanity]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620167934


   @mxnet-label-bot add [Website]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620274249


   Jenkins CI successfully triggered : [sanity]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620168121


   @mxnet-label-bot add [pr-awaiting-review]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620664011


   @mxnet-bot run ci [windows-gpu ]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620361918


   Thank you guys for reviewing and fixing the check problem.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620664089


   Jenkins CI successfully triggered : [windows-gpu]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ys2843 commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
ys2843 commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620274202


   @mxnet-bot run ci [sanity]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620750426


   Jenkins CI successfully triggered : [windows-gpu]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on pull request #18174: Restore missing FAQ tutorial from website migration

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #18174:
URL: https://github.com/apache/incubator-mxnet/pull/18174#issuecomment-620318692


   @mxnet-bot run ci [sanity]


----------------------------------------------------------------
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:
users@infra.apache.org