Deep-Learning-21-Examples
Deep-Learning-21-Examples copied to clipboard
《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
Hello! I've found a performance issue in your project: - `tf.Session` being defined repeatedly leads to incremental overhead. You can make your program more efficient by fixing this bug. Here...
Hello,I found a performance issue in the definition of `main` , chapter_9/server/serve.py, [sess = tf.Session(graph=graph)](https://github.com/hzy46/Deep-Learning-21-Examples/blob/15c2d9edccad090cd67b033f24a43c544e5cba3e/chapter_9/server/serve.py#L234) was repeatedly called in [for name in os.listdir(a.local_models_dir):](https://github.com/hzy46/Deep-Learning-21-Examples/blob/15c2d9edccad090cd67b033f24a43c544e5cba3e/chapter_9/server/serve.py#L227) and was not closed. I think it...
Hello, I found a performance issue in the difinition of `testResizeToRangeWithDynamicSpatialShape`, chapter_5/research/object_detection/core/preprocessor_test.py. [tf.shape](https://github.com/hzy46/Deep-Learning-21-Examples/blob/15c2d9edccad090cd67b033f24a43c544e5cba3e/chapter_5/research/object_detection/core/preprocessor_test.py#L1422) will be created repeately in the graph(tensorflow 1.x) during the program execution.It will reduce the efficiency. I...
Traceback (most recent call last): File "/Volumes/Working/download/Deep-Learning-21-Examples-master/chapter_3/slim/train_image_classifier.py", line 573, in tf.app.run() File "/usr/local/lib/python3.7/site-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) File "/Volumes/Working/download/Deep-Learning-21-Examples-master/chapter_3/slim/train_image_classifier.py", line 382, in main raise ValueError('You must supply the dataset...
If you depend on functionality not listed there, please file an issue. Traceback (most recent call last): File "E:/TensorFlowfightGoogle/21project/chapter_3/slim/train_image_classifier.py", line 574, in tf.app.run() File "C:\Program Files\Python36\lib\site-packages\tensorflow\python\platform\app.py", line 125, in run...
[ RUN ] ModelBuilderTest.test_create_faster_rcnn_inception_resnet_v2_model_from_config INFO:tensorflow:time(__main__.ModelBuilderTest.test_create_faster_rcnn_inception_resnet_v2_model_from_config): 0.0s I1008 16:53:06.772712 1116 test_util.py:1973] time(__main__.ModelBuilderTest.test_create_faster_rcnn_inception_resnet_v2_model_from_config): 0.0s [ FAILED ] ModelBuilderTest.test_create_faster_rcnn_inception_resnet_v2_model_from_config [ RUN ] ModelBuilderTest.test_create_faster_rcnn_model_from_config_with_example_miner INFO:tensorflow:time(__main__.ModelBuilderTest.test_create_faster_rcnn_model_from_config_with_example_miner): 0.0s I1008 16:53:06.774710 1116 test_util.py:1973] time(__main__.ModelBuilderTest.test_create_faster_rcnn_model_from_config_with_example_miner): 0.0s [ FAILED...
作下载不下来是什么原因呢,是不是文件太大了,能否每个章节命名清楚些然后放在不同的区域,好单独下载。已经购买教材了。
这个文件找不到 --converter_path model/poetry/converter.pkl
1.怎样在windows里面添加 PYTHNONPATH环境变量呢?export PYTHONPATH=[...]/chapter_6/src这个命令在哪里运行? 2.align_dataset_mtcnn里面input_dir, output_dir路径怎样添加