Resourses: https://keras.io/examples/vision/image_classification_from_scratch/
Dataset: https://www.kaggle.com/navoneel/brain-mri-images-for-brain-tumor-detection
Installation : Make sure you installed cuda
-
Install Anaconda : you can follow this page https://phoenixnap.com/kb/how-to-install-anaconda-ubuntu-18-04-or-20-04
-
Install packages : conda create ––name <your_env_name> python=3 conda install tensorflow-gpu conda install -c anaconda keras-gpu pip3 install tf-nightly
https://wangpei.ink/2019/03/29/Install-TensorFlow-GPU-by-Anaconda(conda-install-tensorflow-gpu)/
https://stackoverflow.com/questions/55691174/check-whether-tensorflow-is-running-on-gpu