随笔分类 -  tensorflow

摘要:creating index...index created!creating index...index created!Running per image evaluation...Evaluate annotation type *bbox*DONE (t=0.69s).Accumulatin 阅读全文
posted @ 2020-04-14 08:00 西北逍遥 阅读(421) 评论(0) 推荐(0)
摘要:Future major versions of TensorFlow will allow gradients to flowinto the labels input on backprop by default. See @{tf.nn.softmax_cross_entropy_with_l 阅读全文
posted @ 2020-04-11 12:02 西北逍遥 阅读(1215) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_28019591/article/details/82023949 https://blog.csdn.net/dy_guox/article/details/79111949 https://blog.csdn.net/edward_zcl/art 阅读全文
posted @ 2020-04-11 11:32 西北逍遥 阅读(327) 评论(0) 推荐(0)
摘要:https://github.com/tensorflow/models https://blog.csdn.net/qq_28019591/article/details/82023949 (zhouying) F:\TensorflowProject\ObjectDetection\models 阅读全文
posted @ 2020-04-09 10:42 西北逍遥 阅读(332) 评论(0) 推荐(0)
摘要:(base) F:\>(base) F:\>conda activate zhouying (zhouying) F:\>(zhouying) F:\>(zhouying) F:\>(zhouying) F:\>(zhouying) F:\>pip install -upgrade pip #### 阅读全文
posted @ 2020-04-09 09:37 西北逍遥 阅读(405) 评论(0) 推荐(0)
摘要:(flappbird) F:\TensorflowProject>(flappbird) F:\TensorflowProject>(flappbird) F:\TensorflowProject>pip install numpyCollecting numpy Downloading numpy 阅读全文
posted @ 2020-03-24 14:06 西北逍遥 阅读(462) 评论(0) 推荐(0)
摘要:1、下载对应的版本 NVIDIA TensorRT 7.x Download NVIDIA TensorRT is a platform for high performance deep learning inference. TensorRT works across all NVIDIA GP 阅读全文
posted @ 2019-12-26 11:00 西北逍遥 阅读(807) 评论(0) 推荐(0)
摘要:ubuntu查看cuda、cuDNN版本 cuda: #cat /usr/local/cuda/version.txt 或者 nvcc -V cuDNN: #cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2 GNU make cm 阅读全文
posted @ 2019-12-24 15:56 西北逍遥 阅读(2505) 评论(0) 推荐(0)
摘要:star@xmatrix:~$ lshwWARNING: you should run this program as super-user.xmatrix description: Computer width: 64 bits capabilities: vsyscall32 *-core de 阅读全文
posted @ 2019-12-22 14:24 西北逍遥 阅读(586) 评论(0) 推荐(0)
摘要:Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/luo/anaconda3/envs/tf2019/lib/python3.6/site-packages/tensorflow/__ 阅读全文
posted @ 2019-09-12 17:15 西北逍遥 阅读(2041) 评论(0) 推荐(0)
摘要:luo@luo-ThinkPad-W540:research$ conda create -n tf2019 python=3.6Solving environment: done ==> WARNING: A newer version of conda exists. <== current v 阅读全文
posted @ 2019-09-12 16:45 西北逍遥 阅读(305) 评论(0) 推荐(0)
摘要:(t20190518) luo@luo-All-Series:/dev/disk_2019/mask_rcnn_20190518/Mask_RCNN_20190902/models/research$ export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim (t 阅读全文
posted @ 2019-09-11 08:02 西北逍遥 阅读(298) 评论(0) 推荐(0)
摘要:(flappbird) luo@luo-All-Series:~/MyFile/TensorflowProject/Mask_RCNN/mask_rcnn_20190518/Mask_RCNN/models/research$ (flappbird) luo@luo-All-Series:~/MyF 阅读全文
posted @ 2019-06-20 09:43 西北逍遥 阅读(647) 评论(0) 推荐(0)
摘要:(t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faster_RCNN/models/research$ (t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faste 阅读全文
posted @ 2019-05-20 07:22 西北逍遥 阅读(872) 评论(0) 推荐(0)
摘要:https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md python object_detection/model_main_2019051801. 阅读全文
posted @ 2019-05-19 10:39 西北逍遥 阅读(743) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/dy_guox/article/details/79111949 luo@luo-All-Series:~$ luo@luo-All-Series:~$ source activate t20190518(t20190518) luo@luo-All-Se 阅读全文
posted @ 2019-05-19 10:34 西北逍遥 阅读(425) 评论(0) 推荐(0)
摘要:luo@luo-All-Series:~/MyFile/Anaconda3$ luo@luo-All-Series:~/MyFile/Anaconda3$ luo@luo-All-Series:~/MyFile/Anaconda3$ conda create -n t20190518 python= 阅读全文
posted @ 2019-05-18 15:52 西北逍遥 阅读(202) 评论(0) 推荐(0)
摘要:luo@luo-All-Series:~/MyFile$ luo@luo-All-Series:~/MyFile$ luo@luo-All-Series:~/MyFile$ git clone https://github.com/endernewton/tf-faster-rcnn.gitClon 阅读全文
posted @ 2019-05-15 15:37 西北逍遥 阅读(264) 评论(0) 推荐(0)
摘要:(flappbird) luo@luo-ThinkPad-W540:tf-faster-rcnn$ ./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc_0712 res101+ set -e+ export PYTHONUNBUFFERED 阅读全文
posted @ 2019-04-04 17:10 西北逍遥 阅读(591) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_36652619/article/details/85006559 (参考) https://blog.csdn.net/zcy0xy/article/details/79614862 (详细) https://blog.csdn.net/sinat 阅读全文
posted @ 2019-03-30 19:17 西北逍遥 阅读(504) 评论(0) 推荐(0)