We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run: python YOLO_tiny_tf.py -test.jpg error shows up as follow:
C:\Users\Max\Anaconda3\envs\tensorflow\python.exe E:/condaDev/YOLO_tensorflow-master/YOLO_tiny_tf.py Building YOLO_tiny graph... Layer 1 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 16, Input channels = 3 Layer 2 : Type = Pool, Size = 2 * 2, Stride = 2 Layer 3 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 32, Input channels = 16 Layer 4 : Type = Pool, Size = 2 * 2, Stride = 2 Layer 5 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 64, Input channels = 32 Layer 6 : Type = Pool, Size = 2 * 2, Stride = 2 Layer 7 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 128, Input channels = 64 Layer 8 : Type = Pool, Size = 2 * 2, Stride = 2 Layer 9 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 256, Input channels = 128 Layer 10 : Type = Pool, Size = 2 * 2, Stride = 2 Layer 11 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 512, Input channels = 256 Layer 12 : Type = Pool, Size = 2 * 2, Stride = 2 Layer 13 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 1024, Input channels = 512 Layer 14 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 1024, Input channels = 1024 Layer 15 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 1024, Input channels = 1024 Layer 16 : Type = Full, Hidden = 256, Input dimension = 50176, Flat = 1, Activation = 1 Layer 17 : Type = Full, Hidden = 4096, Input dimension = 256, Flat = 0, Activation = 1 Layer 19 : Type = Full, Hidden = 1470, Input dimension = 4096, Flat = 0, Activation = 0 2018-08-24 13:26:27.092913: I T:\src\github\tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 WARNING:tensorflow:From C:\Users\Max\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\util\tf_should_use.py:118: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02. Instructions for updating: Use tf.global_variables_initializer instead. Loading complete!
tf.global_variables_initializer
seems run partly, outputs some info, but the rest part disappeared
The text was updated successfully, but these errors were encountered:
No branches or pull requests
run: python YOLO_tiny_tf.py -test.jpg
error shows up as follow:
C:\Users\Max\Anaconda3\envs\tensorflow\python.exe E:/condaDev/YOLO_tensorflow-master/YOLO_tiny_tf.py
Building YOLO_tiny graph...
Layer 1 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 16, Input channels = 3
Layer 2 : Type = Pool, Size = 2 * 2, Stride = 2
Layer 3 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 32, Input channels = 16
Layer 4 : Type = Pool, Size = 2 * 2, Stride = 2
Layer 5 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 64, Input channels = 32
Layer 6 : Type = Pool, Size = 2 * 2, Stride = 2
Layer 7 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 128, Input channels = 64
Layer 8 : Type = Pool, Size = 2 * 2, Stride = 2
Layer 9 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 256, Input channels = 128
Layer 10 : Type = Pool, Size = 2 * 2, Stride = 2
Layer 11 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 512, Input channels = 256
Layer 12 : Type = Pool, Size = 2 * 2, Stride = 2
Layer 13 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 1024, Input channels = 512
Layer 14 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 1024, Input channels = 1024
Layer 15 : Type = Conv, Size = 3 * 3, Stride = 1, Filters = 1024, Input channels = 1024
Layer 16 : Type = Full, Hidden = 256, Input dimension = 50176, Flat = 1, Activation = 1
Layer 17 : Type = Full, Hidden = 4096, Input dimension = 256, Flat = 0, Activation = 1
Layer 19 : Type = Full, Hidden = 1470, Input dimension = 4096, Flat = 0, Activation = 0
2018-08-24 13:26:27.092913: I T:\src\github\tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
WARNING:tensorflow:From C:\Users\Max\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\util\tf_should_use.py:118: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.
Instructions for updating:
Use
tf.global_variables_initializer
instead.Loading complete!
seems run partly, outputs some info, but the rest part disappeared
The text was updated successfully, but these errors were encountered: