Our current project depends on the TensorFlow 1.x implementation of Deeplab v3, but the code no longer runs on our new GPU hardware/drivers, which are compatible only with TensorFlow 2.x.
We need to migrate the model architecture and training pipeline from TF1 to TF2 while preserving compatibility with existing checkpoints and functionality.
Our current project depends on the TensorFlow 1.x implementation of Deeplab v3, but the code no longer runs on our new GPU hardware/drivers, which are compatible only with TensorFlow 2.x.
We need to migrate the model architecture and training pipeline from TF1 to TF2 while preserving compatibility with existing checkpoints and functionality.