Skip to content

Instantly share code, notes, and snippets.

@Geek-a-Byte
Created February 12, 2023 13:38
Show Gist options
  • Save Geek-a-Byte/229bf2e7f02da6a3f287cd9d7b36f088 to your computer and use it in GitHub Desktop.
Save Geek-a-Byte/229bf2e7f02da6a3f287cd9d7b36f088 to your computer and use it in GitHub Desktop.
import tensorflow as tf
from tensorflow.keras.models import load_model
from google.colab import drive
drive.mount('/content/gdrive')
model_save_name = "test.h5"
path = F"/content/cervical_cancer_global_model.h5"
%cp "{path}" "/content/gdrive/MyDrive/Thesis_A_10/global_model_weights/{model_save_name}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment