Some test code you can check-out to test your GPU configuration
Code is intended for testing existing environments, so no requirements.txt, but all you need is:
- numpy
- tensorflow
- tensorflow-gpu (if testing GPUs)
python check-gpu.py
python train-dense.py
python train-conv.py
Code adapted from this medium article