python main.py --create -c LorcanaCard --verbose python main.py --retrain -v 2024.08.09.00.44.25 -c LorcanaCard --verbose
cd .r
NOTE: first activate the venv so that you are installing the packages there and not the host machine
DEPRECIATED: pip install scikit-learn opencv-python keras numpy pandas Pillow requests tensorflow matplotlib tensorflow_probability tensorrt tensorflow-probability[tf]
pip install tensorflow[and-cuda] numpy pandas requests Pillow scikit-learn keras-tuner opencv-python
python3 -m venv .venv
# windows
.venv\Scripts\activate
# unix
source .venv/bin/activate
deactivate
https://www.tensorflow.org/install/pip#linux_setup
sudo echo 0 | sudo tee -a /sys/bus/pci/devices/0000:01:00.0/numa_node
https://www.youtube.com/watch?v=1Tr1ifuSh6o
https://developer.nvidia.com/rdp/cudnn-archive
https://developer.nvidia.com/nvidia-tensorrt-8x-download
https://medium.com/@dev-charodeyka/tensorflow-conda-nvidia-gpu-on-ubuntu-22-04-3-lts-ad61c1d9ee32
conda activate tf-env-ultimate