keras-rcnn icon indicating copy to clipboard operation
keras-rcnn copied to clipboard

AttributeError: 'Node' object has no attribute 'output_masks'

Open kimjooeun opened this issue 4 years ago • 6 comments

image

I shouldn't fix it from _feature_pyramid_2d.py to tensorflow.keras.layers.Conv2D.

kimjooeun avatar Jun 24 '20 23:06 kimjooeun

Hey guys, is this solved?

CrystalBio avatar Sep 04 '20 04:09 CrystalBio

Hey guys, is this solved?

I am joining the question. This is from the code in the README ... Is there a workaround?

michalstepniewski avatar Oct 05 '20 20:10 michalstepniewski

What is the problem? Anyone help us~

univerijung avatar Apr 12 '21 06:04 univerijung

I've met the same issue. Still can not solve it

stephenxieber avatar Jun 11 '21 15:06 stephenxieber

Same issue here. It looks like other mentions of this error around the web include some mixup between tensorflow.keras and 'pure' keras, but I can't find anything like that in my code or any of the modules that it imports.

gal-lum avatar Aug 18 '21 03:08 gal-lum

Same issue for me using code in Readme. I tried to change packages versions and see where I can use only pure keras or only tf but didn't find solution yet.

frcaud avatar Aug 31 '21 08:08 frcaud