When I make even a simple change in a file checked out in /root/model/ in Google Colab environment Intro, I get
"TabError: Inconsistent use of tab and spaces in indentation"
I've set the editor in Colab settings to show 4 spaces for a Tab, and to show line-numbers (the Colab editor doesn't have many settings to change), and the line that I added looks perfectly indented. I can't tell why/how it's not indented.
Does anyone come across this issue?
How do you change files (in code that's checkout out in /content/ or /root/ from a model-repo) as the Colab-editor gives error on very basic of changes?