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

Mistake in tutorial #14

Open
Garrid0 opened this issue May 13, 2024 · 0 comments
Open

Mistake in tutorial #14

Garrid0 opened this issue May 13, 2024 · 0 comments

Comments

@Garrid0
Copy link

Garrid0 commented May 13, 2024

Hi everyone,

I am following the tutorial and I noticed a little mistake. Supposedly, we should use these code lines to generate data to train the LAN:

# MAKE DATA

my_dataset_generator = ssms.dataset_generators.data_generator(
    generator_config=generator_config, model_config=model_config
)

training_data = my_dataset_generator.generate_data_training_uniform(save=True)

But actually, the correct lines are these:


# MAKE DATA

my_dataset_generator = ssms.dataset_generators.lan_mlp.data_generator(
    generator_config=generator_config, model_config=model_config
)

training_data = my_dataset_generator.generate_data_training_uniform(save=True)

Hope it helps to anyone starting to use LANfactory :)

@Garrid0 Garrid0 changed the title Update mistake in tutorial Mistake in tutorial May 13, 2024
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