In a version 0.17.0 release, the back end of this crate became TF 2.5, while following example Python codes stay for TF 1.x series. * [x] addition - resolved by #307 * [ ] regression * [ ] regression_checkpoint * [x] regression_savedmodel - resolved by #312 In addition to those examples, I also would like to add some Keras examples like #286 since its signature usage was helpful for me. Would you mind if I try these migrations? I already confirmed basic TF2.5 usages posted in [my repository](https://github.com/dskkato/tf2_python_rust).
In a version 0.17.0 release, the back end of this crate became TF 2.5, while following example Python codes stay for TF 1.x series.
In addition to those examples, I also would like to add some Keras examples like #286 since its signature usage was helpful for me.
Would you mind if I try these migrations? I already confirmed basic TF2.5 usages posted in my repository.