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

Code Debugging #17

Open
zengzhi2015 opened this issue Aug 29, 2019 · 3 comments
Open

Code Debugging #17

zengzhi2015 opened this issue Aug 29, 2019 · 3 comments

Comments

@zengzhi2015
Copy link

Thanks for your great efforts so that I can use your code to build a new structure upon DeepLabv3p easily. But I do find a few bugs inside your code. I found them by debugging line by line.
In my own project, I corrected these bugs but also reshaped a bit the structure of the code, like defining more functions for readability and modifying certain functions.
However, I am not sure if it is proper to commit my modifications, since the modifications may violate the interface of your own project.
Would you like to give me a little advice? Thanks! By the way, I will finish the whole debugging in several weeks.

@ankitksharma
Copy link

Hi @zengzhi2015

I myself have been struggling to correct all the bugs in the code. I'm still stuck with
Index out of range using input dim 3; input has only 3 dims for 'loss/pred_mask_loss/strided_slice_1'
Not sure what's the issue.

Would you be able to share your working version?

@curryJ
Copy link

curryJ commented Sep 23, 2020

Could you tell me your keras version and tf version? There are some bugs when I use tf 2.0 and keras 2.2.4.I want to solve this Incompatible problem.Thank a lot!

@ckolluru
Copy link

I've been able to compile the model with tensorflow v1.11.0 and keras v2.2.4

Using tensorflow v1.14.0 failed, creating the model resulted in a TypeError. Maybe try keras v2.3.1 when using tf v2.0? There are some compatibility issues:

https://stackoverflow.com/questions/62690377/tensorflow-compatibility-with-keras

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

4 participants