Detection-of-plant-diseases/src/README.md

404 B

Setup

  1. Install Docker on your local system
  2. Build docker image and run the shell
  3. Get your API key from https://wandb.ai/settings#api, docker will automatically connect to WanDB.
docker build -t gpu api_key="<wandb_api_key>" .
docker run --rm -it --gpus all --entrypoint /bin/bash gpu
  1. To double check if tensorflow is configured properly run python3 gpu_check.py.