whestbench.
CLI

whest create-dataset

[Deprecated] Use `whest dataset bake` instead.

whest create-dataset

[Deprecated] Use whest dataset bake instead.

whest create-dataset [options]
OptionDefaultDescription
--n-mlpsTotal number of MLPs in the dataset.
--n-samplesGround-truth samples per MLP.
--widthNeurons per layer (MLP hidden width).
--depthNumber of weight matrices (MLP depth).
--seedLegacy random seed (no longer supported; use dataset bake --mlp-seeds).
-o, --output, --output-pathOutput dataset directory (must not exist).
--debugEnable verbose debug logging.
--max-threadsLimit BLAS to at most N CPU threads.
--deviceCompute device for generation (auto, cuda, mps, or cpu).
--formatSelect output format: rich, plain, or json.
--jsonAlias for --format json.

On this page