Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anybody port this to TensorFlow or Pytorch? #27

Open
austinmw opened this issue Apr 25, 2018 · 8 comments
Open

Anybody port this to TensorFlow or Pytorch? #27

austinmw opened this issue Apr 25, 2018 · 8 comments

Comments

@austinmw
Copy link

austinmw commented Apr 25, 2018

Theano and Kerosene are no longer maintained which I think is preventing this project from widespread adoption. Has anybody ported this to a maintained framework?

@obilaniu
Copy link
Collaborator

@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.

@harritaylor
Copy link

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

@chris1992212
Copy link

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.

@planewave
Copy link

Same here, waiting for TensorFlow-Keras or PyTorch port

@lintongtong123
Copy link

mark, waiting for TensorFlow-Keras or PyTorch port

@veritas9872
Copy link

@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.

@JiachuanDENG
Copy link

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

@JesperDramsch
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants