[GitHub] hetong007 commented on issue #13859: Newly updated Makefile generate path errors

2019-02-07 Thread GitBox
hetong007 commented on issue #13859: Newly updated Makefile generate path errors URL: https://github.com/apache/incubator-mxnet/issues/13859#issuecomment-461557459 @anirudhacharya do you have references to best practice for multi-GPU training in R?

[GitHub] hetong007 commented on issue #13859: Newly updated Makefile generate path errors

2019-02-06 Thread GitBox
hetong007 commented on issue #13859: Newly updated Makefile generate path errors URL: https://github.com/apache/incubator-mxnet/issues/13859#issuecomment-461220654 Check your `.libPaths()` and remove mxnet folders in each of the paths.

[GitHub] hetong007 commented on issue #13859: Newly updated Makefile generate path errors

2019-01-29 Thread GitBox
hetong007 commented on issue #13859: Newly updated Makefile generate path errors URL: https://github.com/apache/incubator-mxnet/issues/13859#issuecomment-458751327 I'm saying that your R and R server are different R installation, but they could have shared `.libPaths()`. Therefore some

[GitHub] hetong007 commented on issue #13859: Newly updated Makefile generate path errors

2019-01-29 Thread GitBox
hetong007 commented on issue #13859: Newly updated Makefile generate path errors URL: https://github.com/apache/incubator-mxnet/issues/13859#issuecomment-458723248 @lichen11 It sounds like you are having two different R installations. They may partially share the `.libPaths()`, which may

[GitHub] hetong007 commented on issue #13859: Newly updated Makefile generate path errors

2019-01-23 Thread GitBox
hetong007 commented on issue #13859: Newly updated Makefile generate path errors URL: https://github.com/apache/incubator-mxnet/issues/13859#issuecomment-456927914 @lichen11 instead of removing your `.libPaths()` , how about you install `roxygen2` in your Rstudio server too?