-
Notifications
You must be signed in to change notification settings - Fork 279
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
Comments
@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. |
Hi, has there been any updates on this? I'd be happy to contribute if help is needed. |
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. |
Same here, waiting for TensorFlow-Keras or PyTorch port |
mark, waiting for TensorFlow-Keras or PyTorch port |
@lintongtong123 @planewave @harritaylor @obilaniu There is a very (extremely) basic implementation in Pytorch here. |
conv2d part is trivial, Batch normalization should be the most difficult part to implement |
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. |
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?
The text was updated successfully, but these errors were encountered: