- This project requires the following modules that are listed in the following file.
- Tensorflow GPU installation guide (Fetched: 2020-02-24)
This project is build and tested on the following software versions:
- CUDA Toolkit - 10.1
How to install the dependencies from a .txt file.
pip3 install -r <PATH_TO_TEXTFILE>
How to list project dependencies.
pip3 freeze
How to install tensorboard
pip3 install tensorboard
How to use tensorboard
tensorboard --logdir "PATH_TO_LOGS"