maskrcnn_train_tensorflow_colab icon indicating copy to clipboard operation
maskrcnn_train_tensorflow_colab copied to clipboard

What are the versions of python, tensorflow, keras, keras-nightly etc used on this project?

Open zhifeishen99 opened this issue 3 years ago • 1 comments

Hi, I'm running this in 2021 and turns out Colab updated a bunch of these APIs between 2019 and 2021 so the code no longer works. Is there a comprehensive list of versions I can reference to force downgrade my Colab so that it's compatible with your code? Thanks!

zhifeishen99 avatar Jul 09 '21 13:07 zhifeishen99

Hey,

These are working for me on Colab (well, it is still training the model):

TF: 1.13.1 Keras: 2.0.8 h5py: 2.10.0

ChouBot avatar Nov 25 '21 12:11 ChouBot