GithubHelp home page GithubHelp logo

Comments (8)

obilaniu avatar obilaniu commented on July 25, 2024 15

@austinmw It is my intention to port the vision code to PyTorch and torchvision, as Theano is being sunset and Kerosene has too many dependencies. I appreciate PyTorch's data loaders far more than Kerosene/Fuel.

It definitely won't happen within a week, but within a month probably.

When that happens I will push the new code here.

from deep_complex_networks.

lintongtong123 avatar lintongtong123 commented on July 25, 2024 3

mark, waiting for TensorFlow-Keras or PyTorch port

from deep_complex_networks.

harritaylor avatar harritaylor commented on July 25, 2024

Hi, has there been any updates on this? I'd be happy to contribute if help is needed.

from deep_complex_networks.

chris1992212 avatar chris1992212 commented on July 25, 2024

Has there been any updates now? I also want to transform it to Tensorflow, but I'm not sure whether I've done it right.

from deep_complex_networks.

planewave avatar planewave commented on July 25, 2024

Same here, waiting for TensorFlow-Keras or PyTorch port

from deep_complex_networks.

veritas9872 avatar veritas9872 commented on July 25, 2024

@lintongtong123 @planewave @harritaylor @obilaniu There is a very (extremely) basic implementation in Pytorch here.
@chris1992212 Also, a slightly less basic implementation in Tensorflow was made here.
I recall that there was another implementation in Keras using Tensorflow as its backend but I could not find the repo.
However, I think that it would be better to start from scratch and just copy some code from those two repositories as they are so basic. Only 2D convolutions are implemented and the Pytorch implementation does not even have proper weight initialization.

from deep_complex_networks.

JiachuanDENG avatar JiachuanDENG commented on July 25, 2024

conv2d part is trivial, Batch normalization should be the most difficult part to implement

from deep_complex_networks.

JesperDramsch avatar JesperDramsch commented on July 25, 2024

I have a keras with Tensorflow fork of this. But it's mostly untested. I'd be happy to have contributions to it. https://github.com/JesperDramsch/keras-complex

It implements Conv1D to Con3D, Transpose, BN, Dense layers, Spectral Pooling. But it's very much research code from a non-CS major. Happy about help to get the standard up to par.
It's also TF1.x not TF2, so there's that.

from deep_complex_networks.

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.