Leon924

Results 20 comments of Leon924

@kemangjaka here .please WARNING:tensorflow:From /export/userhome/liqiang/liqiang/Deeplearning/SSD/SSD-Tensorflow/eval_ssd_network.py:113: get_or_create_global_step (from tensorflow.contrib.framework.python.ops.variables) is deprecated and will be removed in a future version. Instructions for updating: Please switch to tf.train.get_or_create_global_step =========================================================================== # # SSD net...

ARNING:tensorflow:From /export/userhome/liqiang/liqiang/Deeplearning/SSD/SSD-Tensorflow/eval_ssd_network.py:226: streaming_mean (from tensorflow.contrib.metrics.python.ops.metric_ops) is deprecated and will be removed in a future version. Instructions for updating: Please switch to tf.metrics.mean INFO:tensorflow:Evaluating /export/userhome/liqiang/liqiang/Deeplearning/SSD/ckpt/SSD_ckpt/VGG_VOC0712_SSD_300x300_iter_120000.ckpt/VGG_VOC0712_SSD_300x300_iter_120000.ckpt INFO:tensorflow:Starting evaluation at 2019-03-08-15:25:58 INFO:tensorflow:Graph was...

@Sulince I was using VGG_VOC0712_SSD_300x300_iter_120000.ckpt yesterday, it worked. AP_VOC07/mAP[0.59928033284390148] AP_VOC12/mAP[0.60921384904878606] and today I run another one, named VGG_VOC0712_SSD_300x300_ft_iter_120000.ckpt it also worked but have higher mAP @kemangjaka AP_VOC07/mAP[0.74313215403145927] AP_VOC12/mAP[0.76659716498723329] I am...

thank you for your instruction, but when I run demo,another error come out, can you tell me how ot fix it ? (siammask) [liqiang@inspur siammask]$ python ../../tools/demo.py --resume SiamMask_DAVIS.pth --config...

@czla @foolwood Thank you for your reply whatever. I think it's problem about pyqt, but I dont know how to set up it correctly

[2019-03-14 16:11:28,851-rk0-load_helper.py# 31] load pretrained model from SiamMask_DAVIS.pth [2019-03-14 16:11:31,841-rk0-load_helper.py# 25] remove prefix 'module.' [2019-03-14 16:11:31,844-rk0-load_helper.py# 18] used keys:356 QObject::moveToThread: Current thread (0x55a9951de170) is not the object's thread (0x55a9379f0ff0). Cannot...

Thanks,Albert. 1. About munally installed gcc-4.8.5 I download the [gcc-4.8.5](http://ftp.gnu.org/gnu/gcc/gcc-4.8.5/gcc-4.8.5.tar.gz) tarball source, and compile , the installed it to `/usr/local/` folder. secondly use `update-alternative --install /usr/bin/gcc gcc /usr/local/bin/x86_64-unknown-linux-gnu-gcc 100 ;...

I have remove gcc-4.8.5 and related lib , the try with devtoolset-8 (gcc-9.1.1) again. The new error comes out: `g++: /rror: unrecognized command line option '-rdynamic'` How can I fix...

> my linux version is RHEL6.10 I encounter boostlib problem like this. The system already has the version of boostlib 1.41. But I need the version of 1.53 then install...

Hi, Does chipyard now support a heterogeneous cluster of BOOM cores and Rocket cores, and if so, can you give an example of how to configure it?