score-MRI
score-MRI copied to clipboard
Tensorflow has no attribute estimator
Hi,
Thank you for your amazing work. I have been trying to replicate your results but I am encountering the following error:
class RunTrainOpsHook(tf.estimator.SessionRunHook):
^^^^^^^^^^^^
AttributeError: module 'tensorflow' has no attribute 'estimator'
I am including the full stack trace below:
mport run_lib_fastmri
File "/WAVE/datasets/dmlab/sanjum2-data/Subsampled-Brain-MRI-Reconstruction-by-Generative-Adversarial-Neural-Networks/SSIM/score-MRI/run_lib_fastmri.py", line 26, in
I have tried different combinations of the requirement packages but could not resolve the issue. I really appreciate your help in this regard.