Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tf): prevent
fitting_attr
variable scope from becoming `fitting…
…_attr_1` (#3930) Fix #3928. Prevent `fitting_attr` from becoming `fitting_attr_1`. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Improved TensorFlow variable scope management by switching to `tf.AUTO_REUSE` to streamline code and reduce the likelihood of variable reuse conflicts. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <[email protected]> (cherry picked from commit e809e64)
- Loading branch information