Giter Club home page Giter Club logo

Comments (8)

yashkark avatar yashkark commented on August 31, 2024

keras version 2.2.4
tensorflow version 1.12.0

from vqa_demo.

Archan2607 avatar Archan2607 commented on August 31, 2024

Downgrade your keras version to 2.0, it will work.

from vqa_demo.

AmrataRamchandani avatar AmrataRamchandani commented on August 31, 2024

The new error arises by downgrading the keras version.
@iamaaditya Is there any other way out for this problem ?

from vqa_demo.

akyso168 avatar akyso168 commented on August 31, 2024

You need to remove the top layers of the pre-trained VGG and keep the Dense layer of 4096 as your output

from vqa_demo.

lzy119 avatar lzy119 commented on August 31, 2024

@yashkark @AmrataRamchandani Hello, I have the same problem. Have you solved the problem? Can you share with us how to solve it? Thank you very much!

from vqa_demo.

Dishank99 avatar Dishank99 commented on August 31, 2024

did any one find any working solution for this issue?

from vqa_demo.

Shahidkhan990 avatar Shahidkhan990 commented on August 31, 2024

I have facing this issue can anyone help?

AttributeError Traceback (most recent call last)
~\RobotLab\lib\site-packages\tensorflow_core\python\keras\engine\base_layer.py in setattr(self, name, value)
2260 try:
-> 2261 super(tracking.AutoTrackable, self).setattr(name, value)
2262 except AttributeError:

AttributeError: can't set attribute

During handling of the above exception, another exception occurred:

AttributeError Traceback (most recent call last)
in
----> 1 model_vgg = get_image_model(CNN_weights_file_name)
2 plot_model(model_vgg, to_file='model_vgg.png')

in get_image_model(CNN_weights_file_name)
3 with the weights. Requires the file VGG.py inside models/CNN '''
4 from models.CNN.VGG import VGG_16
----> 5 image_model = VGG_16(CNN_weights_file_name)
6 image_model.layers.pop()
7 image_model.layers.pop()

~\OneDrive\Documents\Process Studio Workspace\VQA_Demo-master\models\CNN\VGG.py in VGG_16(weights_path)
102
103 #Remove the last two layers to get the 4096D activations
--> 104 model = pop(model)
105 model = pop(model)
106

~\OneDrive\Documents\Process Studio Workspace\VQA_Demo-master\models\CNN\VGG.py in pop(model)
22 model.outbound_nodes = []
23 else:
---> 24 model.layers[-1].outbound_nodes = []
25 model.outputs = [model.layers[-1].output]
26 model.built = False

~\RobotLab\lib\site-packages\tensorflow_core\python\keras\engine\base_layer.py in setattr(self, name, value)
2264 ('Can't set the attribute "{}", likely because it conflicts with '
2265 'an existing read-only @Property of the object. Please choose a '
-> 2266 'different name.').format(name))
2267 return
2268

AttributeError: Can't set the attribute "outbound_nodes", likely because it conflicts with an existing read-only @Property of the object. Please choose a different name.

from vqa_demo.

svical avatar svical commented on August 31, 2024

Finally, I overcame this issue. It's a package version problem. Use python==3.5, tensorflow==1.2.0, keras==2.0.6, scikit-learn==0.18.1, spacy==2.0.2, opencv-python==3.2.0.7 and it will work. I have uploaded my anaconda env at https://drive.google.com/file/d/1-9QUB7ho3jzXmFN2eM-6K4O5uvkGAOGZ/view?usp=sharing.

from vqa_demo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.