MRI-to-CT-DCNN-TensorFlow
MRI-to-CT-DCNN-TensorFlow copied to clipboard
ValueError: not enough values to unpack (expected 4, got 2)
Hi there,
I just successfully trained the model, and I am trying to test the result using the code:
python main.py --load_model=20200810-1641
However, I got this error:
@ChengBinJin
Traceback (most recent call last):
File "main.py", line 249, in
Any idea why this happened and how to resolve it? Appreciate
@mozhagn1991 In test mode, the is_train flag should be set by False. Please refer here