As reported already, TF stopped supporting pickle with TF>= 2.14, which means that object serialisation is no longer possible and one cannot upload a pre-trained model from CP if using TF>= 2.14. Can we make CPJ work with TF>=2.14 and upload a custom model?
As reported already, TF stopped supporting
pickle
withTF>= 2.14
, which means that object serialisation is no longer possible and one cannot upload a pre-trained model from CP if usingTF>= 2.14
. Can we make CPJ work withTF>=2.14
and upload a custom model?