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) :
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?
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) :