Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

run_experiment.sh 242 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. #!/bin/bash
  2. set -e
  3. if [[ -z $PUC_PROJ_ENV_SET ]]
  4. then
  5. echo "Environment is not set. Please run 'source setenv.sh' at the root dir"
  6. exit 1
  7. fi
  8. source $CONDA_PREFIX/etc/profile.d/conda.sh
  9. conda activate puc_proj_final_env
  10. dvc exp run
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...