Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //install anaconda mini: https://www.anaconda.com/docs/getting-started/miniconda/install#quickstart-install-instructions
- @echo off
- REM Open Anaconda terminal in yolo_env2 and cd to YOLO directory
- REM Use conda's "activate" script
- CALL C:\ProgramData\anaconda3\Scripts\activate.bat C:\ProgramData\anaconda3
- REM Activate your environment
- CALL conda activate yolo
- REM Change directory to YOLO folder
- cd /d "C:\Users\user\Desktop\yolo"
- REM Show nvidia infos on load (to verify everything is good for GPU)
- nvidia-smi
- REM Keep the terminal open
- cmd /K
Advertisement