-
Notifications
You must be signed in to change notification settings - Fork 2k
Implement tf.layers.dot() for 4D (Dot Merge Layer) #19
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
Comments
When will it be available? |
Thanks, @HassanAzzam Just for my curiosity: what model are you planning to write or port that requires Dot? |
Currently, trying to practice it on a skip-gram model. |
Thanks, @HassanAzzam . We'll prioritize adding Dot. |
Thanks alot, @caisq😃 |
is anyone working on this issue? if not then I would like to try working on it. In that case @caisq could you give me some pointers to start. |
@euler16 The just released v0.13.2 should have tf.layers.dot included. Please give it a try. Note that it currently doesn't support 4D or higher dimensions as inputs. |
I'm leaving this issue open because the support for 4D+ cases is not implemented yet. |
* wip * wip * wip * wip * Cleanup. * Format. * Use `type` instead of `class`. * Cleanup from review.
Hi, @caisq Apologize for the delayed response and I was trying to use tensors of 4D or higher rank and I was getting this error message |
Hi, @caisq Thank you for opening this issue for tracking purposes. Since this issue has been open for a long time, the code/debug information for this issue may not be relevant with the current state of the code base. The TFJs team is constantly improving the framework by fixing bugs and adding new features. We suggest you try the latest TFJs version with the latest compatible hardware configuration which could potentially resolve the issue. We can keep the issue open if it is still relevant. Please confirm if we need to keep the issue open. Thank you for your support and cooperation. |
Hi, @caisq We have not received any confirmation from you, so we are closing this issue now. If the issue is still relevant, please let us know, either we'll re-open this issue or please feel free to create new issue after trying with latest version of Tensorflow.js. Thank you! |
Uh oh!
There was an error while loading. Please reload this page.
The PyKeras code is at: https://github.com/keras-team/keras/blob/master/keras/layers/merge.py#L408
The text was updated successfully, but these errors were encountered: