Skip to content

SPP2363/2024_ZnTrack_Workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZnTrack zincware

2024_ZnTrack_Workshop

Setup a Python environment

conda create -n spp2363  -c conda-forge python=3.11
conda activate spp2363
pip install -r requirements.txt

Setup DVC remote

export AWS_ACCESS_KEY_ID='myid'
export AWS_SECRET_ACCESS_KEY='mysecret'

Run the Experiment

  1. Switch to a feature branch
git checkout -b <branch-name>
  1. Adapt the main.py
  2. Run the experiment
python main.py
  1. Commit and push your results
git add .
git commit -m "<experiment description>"
git push --set-upstream origin <branch-name>
# or simply git push
dvc push
  1. Start new experiment at 1. or 2.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%