Git Product home page Git Product logo

Comments (7)

NEGU93 avatar NEGU93 commented on May 27, 2024

Thank you for the feedback. I will try to give it a look.
Indeed, it's hard for me in many ways to keep up with TensorFlow performances. However, if it's too much I will try to take a look.

Does this happen with bilinear or nearest interpolation? or both?
If you can, could you provide an idea of time difference? (any code to test, exact time of one vs the other? any gist?)

Regards,

from cvnn.

 avatar commented on May 27, 2024

This code is taking 15 minutes to compile

in1 = Input(shape=(64,64,1),dtype=tf.complex64)
out = ComplexUpSampling2D()(in1)
model = Model(inputs=in1, outputs=out)

I proved disabling the eager execution, but it does not improve.

from cvnn.

NEGU93 avatar NEGU93 commented on May 27, 2024

To compile! I miss-read and thought it was to run. Ok, there is definitively a problem. I will take a look. Thank you!

from cvnn.

 avatar commented on May 27, 2024

No. Once compiled, it runs very well.

from cvnn.

NEGU93 avatar NEGU93 commented on May 27, 2024

Great, I created the gist and indeed it takes ages to compile.

One important remark, the code you sent me you use the Input layers, is that from TensorFlow? If so, be careful! The last time I checked, even if you use complex64 it casts the input to float32 and it tells you nothing. Probably it changed in newer versions but maybe it didn't. Is better if you use cvnn.layers.complex_input.

from cvnn.

 avatar commented on May 27, 2024

I proved the input layer in this gist, and it seems to work fine

from cvnn.

NEGU93 avatar NEGU93 commented on May 27, 2024

Since Version 1.1.70 this bug is fixed.
However, as it can be seen here, the align_corners parameter is not longer supported.

from cvnn.

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.