
python
文章平均质量分 67
百年九重宫
新手一个
展开
-
20170909深度学习solar测试日志
py@py-System-Product-Name:~/deep_learning/TFLearn/re$ python retrain.py –image_dir ~/20170513DP Looking for images in ‘BadDP’ Looking for images in ‘GoodDP’ 2017-09-09 16:26:23.319098: W tensorflow/原创 2017-09-09 16:40:40 · 2583 阅读 · 0 评论 -
吴恩达老师的公开课,简单神经网络的作业总结
定义四个变量 train_set_x shape: (209, 64, 64, 3) train_set_y shape: (1, 209) test_set_x shape: (50, 64, 64, 3) test_set_y shape: (1, 50) 分别为训练集的X,Y,测试集的X,Y。 这里有一点需要注意,作业中直接导入的文件train_catvnoncat.h5和test原创 2017-11-07 09:59:58 · 1458 阅读 · 0 评论 -
安装tensorflow+1050,运行import tensorflow出现问题
I tensorflow/stream_executor/dso_loader.cc:77] LD_LIBRARY_PATH: /opt/halcon/lib/x64-linux:/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/extras/CUPTI/lib64::/usr/local/cuda/lib64:/usr/local/cuda/extras/原创 2017-11-13 18:17:39 · 1072 阅读 · 0 评论 -
尝试运行验证码程序,遇到问题
在个人电脑上测试没有出现问题,放到台式机上测试,遇到Traceback (most recent call last): File "tensorflow_cnn_train.py", line 2, in <module> from gen_captcha import gen_captcha_text_and_image File "/home/py/文档/1.Cnn_Captc原创 2017-11-20 11:38:17 · 1338 阅读 · 0 评论 -
测试运行object_detection出现问题汇总
一、Traceback (most recent call last): File "Data_preprocessing.py", line 11, in <module> from lxml import etreeImportError: No module named lxml少lxml模块,安装lxml模块问题解决二、Traceback (most recent call原创 2017-11-20 15:53:53 · 8643 阅读 · 0 评论 -
猫狗大战遇到问题
1、input_data.py<ipython-input-11-216aefeda7db> in get_files(file_dir, ratio) 44 print(n_train) 45 ---> 46 tra_images = image_list[0:n_train] 47 tra_labels = label_list[0:n_t原创 2017-12-19 15:54:57 · 7364 阅读 · 0 评论