-
Notifications
You must be signed in to change notification settings - Fork 266
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
Compatability with Tensorflow 2.4+ #105
Comments
As you have noticed, the Tensorflow Fold repository is not being actively
updated right now, in part because there are no users. :-) In the past,
when I pushed an update, it was relatively trivial to do; I simply changed
the hash code for the tensorflow directory to the latest version and
recompiled. The Loom library in particular (which is what I'd recommend
using) is relatively self-contained, and should be easy to port. The
switch to python 3 required a few tricky changes that I (unfortunately)
haven't pushed to github, and I haven't attempted to update the API to
tensorflow 2.0, which will require more than just a recompile.
Can you give me a brief description of what you want to use TensorFlow Fold
for?
-DeLesley
…On Fri, Mar 5, 2021 at 4:48 PM Adithya Murali ***@***.***> wrote:
I am interested in using Tensorflow Fold, but I would like for my
application to be extensible and reproducible. Are there plans to upgrade
this repo to more recent versions of TF? If not, how extensive is the task
of doing the upgrading myself? I am willing to work on a PR for that.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#105>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQZWTLFKYSNXYLBFWMP6KLTCF3XTANCNFSM4YWEKCKQ>
.
--
DeLesley Hutchins | Software Engineer | ***@***.*** | 505-206-0315
|
Hi @delesley, I was looking for a Tensorflow based framework to perform some experiments with Recursive Neural Network. I am not exactly working with word embeddings as such but I am interested in the variable input shape part. For example I was wondering if it would be possible to create a layer which accepts input with dynamic length but generates features with predefined length. I am not sure whether |
TensorFlow Fold can certainly help with recursive neural networks. You
simply write a recursive python function, and it will handle the
autobatching. The library that you want to use is the Loom library, not
the Blocks library. There's a calculator example there that shows how to
do a recursive traversal of an expression tree.
…On Fri, Mar 12, 2021 at 4:58 AM Abhisek Maiti ***@***.***> wrote:
Hi @delesley <https://github.com/delesley>, I was looking for a
Tensorflow based framework to perform some experiments with Recursive
Neural Network. I am not exactly working with word embeddings as such but I
am interest in the variable input shape part. For example I was wondering
if it would be possible to create a layer which accepts input with dynamic
length but generates features with predefined length. I am not sure whether
fold can help me to do what I intend to but I want to start somewhere.
Thanks for your contribution.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQZWTIK6AGKAWC4MXLYCCLTDIFYFANCNFSM4YWEKCKQ>
.
--
DeLesley Hutchins | Software Engineer | ***@***.*** | 505-206-0315
|
I am interested in using Tensorflow Fold, but I would like for my application to be extensible and reproducible. Are there plans to upgrade this repo to more recent versions of TF? If not, how extensive is the task of doing the upgrading myself? I am willing to work on a PR for that.
The text was updated successfully, but these errors were encountered: