-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I have trouble saving checkpoints to Google Drive, despite using the correct argument (#17).
The checkpoint is supposed to be 1.4 GB large, but it ends up being 1.2 MB, when it is effectively saved. In other cases, a seemingly empty folder is created in my checkpoint/ folder in my Google Drive.
gpt2.mount_gdrive()
checkpoint_folder = 'checkpoint/' + run_name
gpt2.copy_checkpoint_to_gdrive(checkpoint_folder=checkpoint_folder)Is there a way to reliably download the checkpoint?
For instance, wouldn't it be better to archive it to .zip and then send it to Google Drive?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request