Giter Site home page Giter Site logo

Comments (3)

burness avatar burness commented on August 29, 2024 1

@Kenneth-X 谢谢反馈
tf.image.resize_images的api变了,已经修改了 因为我这边环境不太方便更新到新版本tensorflow 不能试下是否能成功运行, 你那边试试看,这个问题应该没有了,不过由于api变动可能有其他api的小问题,你到时候再贴上来。

修改方式:原先的reader.py的line20 修改为:

new_size = [tf.to_int32(new_height), tf.to_int32(new_width)]
resized_image = tf.image.resize_images(image, new_size)

或者git pull 下

from neural_style_tensorflow.

Kenneth-X avatar Kenneth-X commented on August 29, 2024

多谢指导,已经能够运行了。我的tensorflow环境是0.11, python 2.7。非常感谢!

from neural_style_tensorflow.

burness avatar burness commented on August 29, 2024

@Kenneth-X 不用客气 有问题随时沟通

from neural_style_tensorflow.

Related Issues (4)

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.