You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
I recently switched to running my python tensorflow code on colab from my local machine and used the same code to run the models(all I did for the entire code was change one directory path - i.e. os.getcwd() ) so I wanted to check if colab saves tensorboard files a bit differently before I chase my tail.
It seems that tf.summary.FileWriter creates a folder for the event files but the event files themselves don't appear in my google drive.
This is how I save it (rando is a random number so I am definitely able to find that distinct folder) :
The text was updated successfully, but these errors were encountered:
ballcap231
changed the title
Are tensorboard event files not saved on colab?
Are tensorboard event files saved differently on colab from saving them on local machines?
Sep 20, 2018
I have the same problem. I am using cross validation with 5 folds and Google Colab saves Tensorboard parameters only for 3 folds (In my computer it works for all 5). Were you able to solve this?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently switched to running my python tensorflow code on colab from my local machine and used the same code to run the models(all I did for the entire code was change one directory path - i.e. os.getcwd() ) so I wanted to check if colab saves tensorboard files a bit differently before I chase my tail.
It seems that tf.summary.FileWriter creates a folder for the event files but the event files themselves don't appear in my google drive.
This is how I save it (rando is a random number so I am definitely able to find that distinct folder) :
The text was updated successfully, but these errors were encountered: