This application has requested the Runtime to terminate it in an unusual way.

(using pre-installed version of mxnet 

Warning: using pre-installed version of mxnet may cause unexpected error...
(export MXNET_EXAMPLE_SSD_DISABLE_PRE_INSTALLED=1) to prevent loading pre-installed mxnet.)  -- 可忽略之

================================================================================

在mxnet-ssd目录下运行:
python train.py

train_net(......tensorboard=args.tensorboard)

self.rec = mx.io.ImageDetRecordIter(...... **kwargs) 时报错: 


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

why?

tensorboard=args.tensorboard   (False) 就是说并没有真正用上tensorboard

扫描二维码关注公众号,回复: 2980033 查看本文章

猜你喜欢

转载自blog.csdn.net/tony2278/article/details/81944494