Skip to content

Save files from Google's Colab service to your GoogleDrive.

License

Notifications You must be signed in to change notification settings

StefOe/colab-pytorch-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

colab-pytorch-utils

Simple GDrive-Based file saving from within Google's Colab service

Usage Example:

!wget https://raw.githubusercontent.com/StefOe/colab-pytorch-utils/master/utils.py
import utils
from torchvision.models import AlexNet

m = AlexNet()
gsync = utils.GDriveSync()
torch.save("model.pt")
gsync.update_file_to_folder("model.pt")

Careful, at the moment all files with the same filename will be deleted from your GDrive.

About

Save files from Google's Colab service to your GoogleDrive.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%