cortex icon indicating copy to clipboard operation
cortex copied to clipboard

KeyError: "Error with dimension query inputs. Available: {'data': {'images': torch.Size([3, 32, 32]), 'targets': 10, 'N_train': 50000, 'N_test': 10000}, 'Z': 64, 'E': 1}"

Open kourenmu opened this issue 6 years ago • 0 comments

Hi,

Thanks very much for your great effort for this project. I've installed cortex successfully but encounter an Error when I run "cortex GAN --d.source CIFAR10 --d.copy_to_local" for testing.

Following is the Error information. KeyError: "Error with dimension query inputs. Available: {'data': {'images': torch.Size([3, 32, 32]), 'targets': 10, 'N_train': 50000, 'N_test': 10000}, 'Z': 64, 'E': 1}"

Do you have any clue for this error? Thanks a lot for advance.

kourenmu avatar Oct 08 '19 09:10 kourenmu