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

Secondary image Tokenizer #115

Open
HM102 opened this issue Jul 2, 2024 · 1 comment
Open

Secondary image Tokenizer #115

HM102 opened this issue Jul 2, 2024 · 1 comment

Comments

@HM102
Copy link

HM102 commented Jul 2, 2024

Is the image tokenizer for the secondary image already created, or should we create it in the finetune file:

config["model"]["observation_tokenizers"]["top"] = ModuleSpec.create(
        ImageTokenizer,
        obs_stack_keys=["secondary"],
        task_stack_keys=["secondary"],
        encoder=ModuleSpec.create(SmallStem16),
    )
@gaokai15
Copy link

Not sure the specific model that you download, I think you need to create it by default. You can search for "secondary" in the config.json in the model folder. They are there if the model have them created.

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

2 participants