Project Training A Deep Learning Model To Discriminate X Ray Images From Scratch
# from google.colab import drive
# drive.mount('/content/drive')
project-training-a-deep-learning-model-to-discriminate-x-ray-images-from-scratch
Use the "Run" button to execute the code.
from google.colab import drive
drive.mount('/content/drive')
Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount("/content/drive", force_remount=True).
!pip install jovian --upgrade --quiet
import jovian
Peter Ru6 months ago