broadinstitute / keras-rcnn

Keras package for region-based convolutional neural networks (RCNNs)
Other
555 stars 222 forks source link

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

Open kimjooeun opened 4 years ago

kimjooeun commented 4 years ago

image

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

CrystalBio commented 4 years ago

Hey guys, is this solved?

michalstepniewski commented 3 years ago

Hey guys, is this solved?

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

univerijung commented 3 years ago

What is the problem? Anyone help us~

stephenxieber commented 3 years ago

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

gal-lum commented 3 years ago

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.

frcaud commented 3 years ago

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.