trained model (train_unet_demo) gives bad images.h5 #350
Unanswered
marinapapageorgiou
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Converting to a discussion as this does not seem to document a bug with the software. @marinapapageorgiou have you trained your model on the fastMRI single-coil data and looked at those images vs. the published results? If you're training on your own data, it's more of a research question and I don't think I can help without further details. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am studying singlecoil (Unet model) and knee.
I run the pretrained model (run_pretrained_unet_inference.py) and the results are these images:
After I trained the Unet model (train_unet_demo.py) and I tested it. The images of the testing are these:
If it is useful I run the model with max_epochs=50 and lr=0.001, # learning rate. And i tried also with max_epochs=50 and lr=0.0003, # learning rate. But in both cases the best epoch that is keeps as the best is epoch=41.
Also, I am using only these files for dataset
knee_singlecoil_train
knee_singlecoil_val
knee_singlecoil_test
So my question is, What is wrong with the testing images of my training model? Is the dataset not big enough? Is the learning rate not appropriate? Is something else? Does anyone know?
Beta Was this translation helpful? Give feedback.
All reactions