AttributeError: module ‘keras.src.backend’ has no attribute ‘convert_to_numpy’
i try to use an utoencoder and rus respective code and facing problrm by using tensorflow and keras in below of code i show code and respective error. when i fit autoencoder model it show AttributeError: module ‘keras.src.backend’ has no attribute ‘convert_to_numpy’ . i can not understand of this error and respective solution . for this situation how can i slove my problems? i use anaconda3 for run this code . i use tensorflow version 2.16.1 and keras version 3.3.3 the error show in model,fit line . I try to use autoencoder for remove noise for this case i write the code. i try to run many time but not success. i write the error in genimi. it show me two way 1. upgrate tensorflow and keras 2.Instead of backend.convert_to_numpy, use the recommended way to convert tensors to NumPy arrays in newer version.