Skip to content
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

Question about preparing experiment when training #14

Open
lalaly0104 opened this issue Mar 13, 2023 · 0 comments
Open

Question about preparing experiment when training #14

lalaly0104 opened this issue Mar 13, 2023 · 0 comments

Comments

@lalaly0104
Copy link

lalaly0104 commented Mar 13, 2023

Thank you for sharing!I followed the instructions and created the datasets.However,When I run :python unsup_flow/cli.py --prod I got the following error:

Traceback (most recent call last): File "unsup_flow/cli.py", line 129, in <module> sys.exit(main_tf2()) # pragma: no cover File "unsup_flow/cli.py", line 56, in main_tf2 exp.prepare() File "./unsup_flow/experiment/experiment.py", line 189, in prepare self.cfg.data.name, File "./usfl_io/io_tools.py", line 1017, in get_unsupervised_flow_dataset check_dataset_interface(ds) File "./usfl_io/io_tools.py", line 959, in check_dataset_interface assert flat_out_shapes[k].as_list() == shape, (k, flat_out_shapes[k]) AssertionError: ('odom_t0_t1', TensorShape([None, 4]))

Can you tell me how to correct my mistake so that it can be trained properly?Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant