Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "train_image_classifier.py", line 585, in
  3. tf.app.run()
  4. File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 30, in run
  5. sys.exit(main(sys.argv[:1] + flags_passthrough))
  6. File "train_image_classifier.py", line 482, in main
  7. clones = model_deploy.create_clones(deploy_config, clone_fn, [batch_queue])
  8. File "/home/cloud/hoa/workspace/tensorflows/models/slim/deployment/model_deploy.py", line 195, in create_clones
  9. outputs = model_fn(*args, **kwargs)
  10. File "train_image_classifier.py", line 466, in clone_fn
  11. logits, end_points = network_fn(images)
  12. File "/home/cloud/hoa/workspace/tensorflows/models/slim/nets/nets_factory.py", line 105, in network_fn
  13. return func(images, num_classes, is_training=is_training)
  14. File "/home/cloud/hoa/workspace/tensorflows/models/slim/nets/inception_resnet_v2.py", line 169, in inception_resnet_v2
  15. tower_conv2_2, tower_pool_1])
  16. TypeError: concat() got an unexpected keyword argument 'axis'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement