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

cosmoflow: yaml file for the small example #41

Open
laszewsk opened this issue Feb 16, 2023 · 1 comment
Open

cosmoflow: yaml file for the small example #41

laszewsk opened this issue Feb 16, 2023 · 1 comment

Comments

@laszewsk
Copy link

Steve, please can you send me or check in a yaml file for the small example. For some reason when I try to modify parameters to use the small dataset its not properly working

Thanks

@laszewsk laszewsk changed the title yaml file for the small example cosmoflow: yaml file for the small example Feb 16, 2023
@sparticlesteve
Copy link
Contributor

Hi Gregor,

The easiest thing if you just want to test is to just use the regular cosmo.yaml config and override the settings for number of samples, e.g. command line args --n-train 64 --n-valid 64 or in the yaml:

data:
    ...
    n_train: 64
    n_valid: 64

I don't have a "mini" dataset that's compatible with MLPerf HPC v1.0 and v2.0. There is only the single big tarball: https://github.com/mlcommons/hpc/tree/main/cosmoflow#mlperf-hpc-v10-preliminary-dataset

Alternatively, for a small test, you could try the dummy dataset config: https://github.com/mlcommons/hpc/blob/main/cosmoflow/configs/cosmo_dummy.yaml
Unfortunately I haven't tested it in a while, but if you have problems I could try to fix them.

Steve

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