I want it to automatically save images to my Google Drive, and I also want to load models from my Google Drive, so I added some code and saved a copy of the Colab to my Google Drive.
I now want to use some extensions, but when I try, I get an error that says "AssertionError: extension access disabled because of command line flags"
I searched for the answer and to fix that error, I added "--enable-insecure-extension-access" to "other_args:"
However, it won't start with that flag present, it says something like "--enable-insecure-extension-access" not recognized.
I've reached the limit of my Googling capabilities. Is there a way to make it work this way?
I am running the current version in Google Colab.
I want it to automatically save images to my Google Drive, and I also want to load models from my Google Drive, so I added some code and saved a copy of the Colab to my Google Drive.
I now want to use some extensions, but when I try, I get an error that says "AssertionError: extension access disabled because of command line flags"
I searched for the answer and to fix that error, I added "--enable-insecure-extension-access" to "other_args:"
However, it won't start with that flag present, it says something like "--enable-insecure-extension-access" not recognized.
I've reached the limit of my Googling capabilities. Is there a way to make it work this way?