GithubHelp home page GithubHelp logo

Comments (7)

Bababalei avatar Bababalei commented on May 16, 2024

When I run the Google Colab file, I happened this issue and even though I re-install tensorflow 2.0.0 or manually change from keras import to from tensorflow.keras import, this error still existed

from fewshot-face-translation-gan.

alireza116 avatar alireza116 commented on May 16, 2024

Change the tenslrflow version to the version mentioned in the github. 1.2 something. And it will work.

from fewshot-face-translation-gan.

JanKesek avatar JanKesek commented on May 16, 2024

Change the tenslrflow version to the version mentioned in the github. 1.2 something. And it will work.

so i reseted runtime and then changed tensorflow version with

%tensorflow_version 1.12.0

but then i get another error while running model constructor:

AttributeError Traceback (most recent call last)

in ()
----> 1 model = FaceTranslationGANInferenceModel()

7 frames

/tensorflow-1.15.2/python3.6/tensorflow_core/python/util/module_wrapper.py in getattr(self, name)
191 def getattr(self, name):
192 try:
--> 193 attr = getattr(self._tfmw_wrapped_module, name)
194 except AttributeError:
195 if not self._tfmw_public_apis:

AttributeError: module 'tensorflow' has no attribute 'ops'

from fewshot-face-translation-gan.

amrzv avatar amrzv commented on May 16, 2024

so i reseted runtime and then changed tensorflow version with

%tensorflow_version 1.12.0

This does not change tf version to 1.12.0. This magic only change between latest 1.x and 2.x versions. You should manually install 1.12.0 or 1.13.1.
P.S: I use !pip install keras==2.2.4 tensorflow==1.13.1 and notebook works well

from fewshot-face-translation-gan.

ibtehajali67 avatar ibtehajali67 commented on May 16, 2024

I solved this issue by using these command
pip uninstall -y tensorflow
pip install tensorflow-gpu==1.13.1

from fewshot-face-translation-gan.

molo32 avatar molo32 commented on May 16, 2024

still gives this error

from models import FaceTranslationGANInferenceModel

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-12-e0f766e65a9c> in <module>()
----> 1 from models import FaceTranslationGANInferenceModel

5 frames
/tensorflow-1.15.2/python3.7/keras/backend/load_backend.py in <module>()
     13 from .common import set_image_data_format
     14 from .common import normalize_data_format
---> 15 from .common import symbolic, eager
     16 
     17 # Set Keras base dir path given KERAS_HOME env variable, if applicable.

ImportError: cannot import name 'symbolic' from 'keras.backend.common' (/usr/local/lib/python3.7/dist-packages/keras/backend/common.py)

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------

from fewshot-face-translation-gan.

amrzv avatar amrzv commented on May 16, 2024

See this comment #32 (comment)

from fewshot-face-translation-gan.

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.