is it too much to expect from a, to my understanding and impression, a quite large scale and successful well funded organization that, their script will be at least double checked to make sure it runs
or am I some super human being that I could pull out a magic version of colab that break the code
1 Like
Many codes are no longer working due to library version upgrades. This is especially likely to happen with Colab, since Colab itself constantly upgrades its environment.
In most cases, it will work if the pip part is changed a little, so many people will probably do so.
Since the sample code and documentation are placed on GitHub, it would be ideal to submit an issue or PR.
Well, open source projects have always been like that, but in general there is a constant lack of manpower. Since they are basically done in their spare time, the timing of maintenance is also unstable.
1 Like
totally understandable.
1 Like