-
Notifications
You must be signed in to change notification settings - Fork 130
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
added tf version to colab master notebook #32
base: master
Are you sure you want to change the base?
Conversation
Update: should be |
Now made it actually works with latest
wrong mask shape: - inp_segm_mask = Input(shape=(input_size, input_size, nc_in))
+ inp_segm_mask = Input(shape=(input_size*16, input_size*16, nc_in)) To run notebook you should open notebook from my fork and change first line: Runs without errors in default colab environment without needed installations anything. |
Great work! |
@amrzv Amazing, I was trying by myself to get it resolved and found this after a day spent on errors. |
Hi.
Added tf version 1.13.1 (from requirements), that needed to be installed, now notebook works well.
Founded some issues, that will be resolved: #30, #26, #35