Running a deep learning pipeline with the solaris
CLI¶
Running a full ML pipeline with solaris
only takes a single line of code! After installing solaris, all you need to do is set up your YAML config file. Then, run the following line from a command prompt:
$ solaris_run_ml [path_to_your_config]
You can try it now! Download the config file for XD_XD’s SpaceNet 4 Model, point it to your data, and then run:
$ solaris_run_ml xdxd_spacenet4.yml
That’s all there is to it!