Grid¶
The fenn grid command allows you to run fenn app with different seeds, epoch counts, or learning rates. In order to do it, you need to specify grid/train param in yaml template, like this:
Usage¶
Arguments¶
[path](optional): The path to entrypoint file. The file can have a custom name (e.g.my_dir/custom_main.py). Defaults are current directory (.) andmain.pyfile.
Examples¶
Basic Usage¶
Execute fenn app with cartesian product, specified in grid:
Specify path to entrypoint script¶
Specify path to entrypoint script (default main.py):