Skip to content
New issue

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

Help me out~ #44

Open
SpyderLord opened this issue Nov 20, 2018 · 1 comment
Open

Help me out~ #44

SpyderLord opened this issue Nov 20, 2018 · 1 comment

Comments

@SpyderLord
Copy link

I'm not sure if the issue is about tensorflow version.I was using tensorflow v1.12 and error occured at the function : final_pred_conf = tf.concat(1, preds_conf) final_pred_loc = tf.concat(1, preds_loc) at line 159 in file model.py. I have no idea how to solve it, I would appreciate it if someone can give a hand~

@xiaodandong
Copy link

tf.concat(1, preds_conf) -> tf.concat(preds_conf, 1).
I just remember that the issue is about tensorflow version.I hane meet this issue too. you can try the method above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants