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

BUG: natural_language_embedding not used in Minimal_example_for_running_inference_using_RT_1_X_TF_using_tensorflow_datasets.ipynb #58

Open
zhiyuan-zhang0206 opened this issue Apr 11, 2024 · 1 comment

Comments

@zhiyuan-zhang0206
Copy link

In Minimal_example_for_running_inference_using_RT_1_X_TF_using_tensorflow_datasets.ipynb, I searched for "natural_language_embedding" and found only one result, which means that the language information is not fed into the model. How could the inference result align so well with the training data if language embedding is given as zero? Or is the language embedding given in some default settings?

@zhiyuan-zhang0206
Copy link
Author

Never mind, I fed the embedding into the model, by adding this line
observation['natural_language_embedding'] = natural_language_embedding
into the main inference loop, and now the results look good, too.
inference_tf

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