tensorlayer / DAGAN

The implementation code for "DAGAN: Deep De-Aliasing Generative Adversarial Networks for Fast Compressed Sensing MRI Reconstruction"
175 stars 54 forks source link

Error while loading data_loader.py #9

Open reshmarenjith opened 5 years ago

reshmarenjith commented 5 years ago

while loading data_loader.py it showing up dimension error in " img_2d = np.transpose(img_2d, (1, 0))" . Also while trying to do after reducing number of data set for fast training it shows up error "Traceback (most recent call last): File "sef_data_loader.py", line 94, in X_train = X_train[:, :, :, np.newaxis]
IndexError: too many indices for array "

PhilChina commented 4 years ago

Did you finally solve this problem?

GMT1002 commented 2 years ago

Did you finally solve this problem?

HaoHou-98 commented 2 years ago

Unfortunately, I also encountered the same problem, how should I solve it?