Mask_RCNN
Mask_RCNN copied to clipboard
how to train the model on custom dataset using coco pretrained model on google colab
the requirements of python==3.4 version which i am not able to install and also i am not able change the config file according to dataset
sorry can't help, the same goes for me and it requires python 3.7. Force installing the required python version makes things even worse (a lot of compatibility issues)
Btw, I used these codes to change the python version
!python --version !apt-get install python3.7 !sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1
you can try changing the version that suits you
I've changed the Python version and downgraded TensorFlow in a Google Colab notebook, However, after restarting the runtime to use the new version, it was not connected with Colab GPU backend. How can I solve this issue?