Example for setting up on any server. Run the following commands.
git clone [email protected]:mlberkeley/example-server-setup.git example
cd example
conda env create -f env.yml
conda activate ml-starter
python main.py
Example for setting up on any server. Run the following commands.
git clone [email protected]:mlberkeley/example-server-setup.git example
cd example
conda env create -f env.yml
conda activate ml-starter
python main.py