Giter VIP home page Giter VIP logo

Comments (6)

Vakurin avatar Vakurin commented on July 22, 2024 3

How to fix it

Open file lib/ops.py

Add import line
from tensorflow.python.distribute.summary_op_util import skip_summary

and change line 507
if summary_op_util.skip_summary() to if skip_summary()

from tecogan.

tom-doerr avatar tom-doerr commented on July 22, 2024 1

You could use my docker setup to avoid issues with incompatible tensorflow versions: https://github.com/tom-doerr/TecoGAN

from tecogan.

a695649350 avatar a695649350 commented on July 22, 2024

I have same problem in ubuntu 18.Then I try debian,it doesnt work as well.

from tecogan.

yamaton avatar yamaton commented on July 22, 2024

skip_summary has moved to tensorflow.python.distribute.summary_op_util since v1.14 while other functionalities remain in tensorflow.python.ops.summary_op_util. So the fix is not one-liner.
Why don't we stick to 1.13?

from tecogan.

caijie0620 avatar caijie0620 commented on July 22, 2024

I also have this problem. And I just comment these.

from tecogan.

luyylemon avatar luyylemon commented on July 22, 2024

you can try rename like this :
from tensorflow.python.ops import summary_op_util as tpos
from tensorflow.python.distribute import summary_op_util as tpds

from tecogan.

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.