jiangwch commented on issue #15148: Very Large CPU RAM Memory Consumption (>1GB)
URL: 
https://github.com/apache/incubator-mxnet/issues/15148#issuecomment-536413360
 
 
       19   1488.9 MiB    252.7 MiB           sym, arg_params, aux_params = 
mx.model.load_checkpoint(prefix, epoch)
       20   1489.0 MiB      0.1 MiB           all_layers = sym.get_internals()
       21   1489.1 MiB      0.1 MiB           sym = all_layers['fc1_output']
       22   1489.2 MiB      0.1 MiB           self.model = 
mx.mod.Module(symbol=sym, context=ctx, label_names=None)
       23   3331.3 MiB   1842.2 MiB           
self.model.bind(data_shapes=[('data', (1, 3, 112, 112))])
       24   3333.9 MiB      2.5 MiB           self.model.set_params(arg_params, 
aux_params)
   
   I used mxnet-cu100mkl        1.4.1 in win10. 

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