-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error #3
Comments
Actually, the function get_data() did not return the 'test_init' variable when training the model. |
Hi @JackHeroFly ! Could you share the entire error stack? |
ok,the errors are as follows: |
Hi @gvalvano, thanks for sharing the repo! I am getting the same error. Have you found the bug? Thanks |
Nevermind. "File "F:\Code\3\Tf_version\data_interface\dataset_wrapper.py", line 60, in get_acdc_sup_data" expects the vars: train, valid, test, in, out. But the method ACDCSupInterface.get_data() does not return a test variable. |
Hello author,when I run train.py, it show '' ValueError: not enough values to unpack (expected 5, got 4)''.Breakpoint debug displays error from "super(Model, self).get_acdc_sup_data(data_path=self.acdc_data_path, repeat=False, seed=self.global_seed)". So,how can I solve this issue? Look forward your reply. Thank you.
The text was updated successfully, but these errors were encountered: