solin319 commented on issue #8018: How to put 2 networks in different gpus 
(resnet152 in gpu0 and resnet50 in gpu1) ?
URL: 
https://github.com/apache/incubator-mxnet/issues/8018#issuecomment-332382160
 
 
   Is there any relationship between the two network, such as they will share 
some parameter?
   If not ,you can run them in two process.
   If yes, you must bind two different model in two different device. And 
design the order of execution and how the data pass between the two network. 
 
----------------------------------------------------------------
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

Reply via email to