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

How to access the model's tf.Module object #23

Open
victor-agilerobots opened this issue Oct 23, 2023 · 0 comments
Open

How to access the model's tf.Module object #23

victor-agilerobots opened this issue Oct 23, 2023 · 0 comments

Comments

@victor-agilerobots
Copy link

Hi, Thanks for sharing the code and dataset.

I am trying to get the RT-1 model working in PyTorch by transpiling the TensorFlow model using Ivy. I am able to load the TF model, but it's in a tensorflow.python.saved_model.load.Loader object, and I didn't find a way to extract a tf.Module object with the RT-1 model from there, which is the object I need to transpile to PyTorch using Ivy. Is there a way to get this object?

Thank you very much in advance.

Victor

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

1 participant