You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I run a couple of machine learning apps in a miniconda profile (REMBG and Texturize) and I was thinking about adding a third one MAX-IRE to upscale images using AI/Machine learning. But I got this error ModuleNotFoundError: No module named 'tensorflow.contrib and found out it was because MAX-IRE requires an old version of TensorFlow that had the "contrib" library. New versions of TensorFlow do not have said Contrib library.
Can you please get MAX-IRE working without relying on legacy tensorflow?