Good point! You can try to use python GDrive library from S4TF:
from google.colab import drive
Becomes
let colab = Python.import("google.colab")
Then use colab.drive
in S4TF.
For more details on how to use GDrive on Colab see @JennyCai guide:
Good point! You can try to use python GDrive library from S4TF:
from google.colab import drive
Becomes
let colab = Python.import("google.colab")
Then use colab.drive
in S4TF.
For more details on how to use GDrive on Colab see @JennyCai guide: