随笔分类 - tensorflow
摘要:creating index...index created!creating index...index created!Running per image evaluation...Evaluate annotation type *bbox*DONE (t=0.69s).Accumulatin
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:https://github.com/tensorflow/models https://blog.csdn.net/qq_28019591/article/details/82023949 (zhouying) F:\TensorflowProject\ObjectDetection\models
阅读全文
摘要:(base) F:\>(base) F:\>conda activate zhouying (zhouying) F:\>(zhouying) F:\>(zhouying) F:\>(zhouying) F:\>(zhouying) F:\>pip install -upgrade pip ####
阅读全文
摘要:(flappbird) F:\TensorflowProject>(flappbird) F:\TensorflowProject>(flappbird) F:\TensorflowProject>pip install numpyCollecting numpy Downloading numpy
阅读全文
摘要:1、下载对应的版本 NVIDIA TensorRT 7.x Download NVIDIA TensorRT is a platform for high performance deep learning inference. TensorRT works across all NVIDIA GP
阅读全文
摘要: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
阅读全文
摘要:star@xmatrix:~$ lshwWARNING: you should run this program as super-user.xmatrix description: Computer width: 64 bits capabilities: vsyscall32 *-core de
阅读全文
摘要:Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/luo/anaconda3/envs/tf2019/lib/python3.6/site-packages/tensorflow/__
阅读全文
摘要:luo@luo-ThinkPad-W540:research$ conda create -n tf2019 python=3.6Solving environment: done ==> WARNING: A newer version of conda exists. <== current v
阅读全文
摘要:(t20190518) luo@luo-All-Series:/dev/disk_2019/mask_rcnn_20190518/Mask_RCNN_20190902/models/research$ export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim (t
阅读全文
摘要:(flappbird) luo@luo-All-Series:~/MyFile/TensorflowProject/Mask_RCNN/mask_rcnn_20190518/Mask_RCNN/models/research$ (flappbird) luo@luo-All-Series:~/MyF
阅读全文
摘要:(t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faster_RCNN/models/research$ (t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faste
阅读全文
摘要:https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md python object_detection/model_main_2019051801.
阅读全文
摘要: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
阅读全文
摘要:luo@luo-All-Series:~/MyFile/Anaconda3$ luo@luo-All-Series:~/MyFile/Anaconda3$ luo@luo-All-Series:~/MyFile/Anaconda3$ conda create -n t20190518 python=
阅读全文
摘要: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
阅读全文
摘要:(flappbird) luo@luo-ThinkPad-W540:tf-faster-rcnn$ ./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc_0712 res101+ set -e+ export PYTHONUNBUFFERED
阅读全文
摘要:https://blog.csdn.net/qq_36652619/article/details/85006559 (参考) https://blog.csdn.net/zcy0xy/article/details/79614862 (详细) https://blog.csdn.net/sinat
阅读全文