We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@CaptainEven Thanks for your nice repo. There are two dataset preparation/loader: MultiScaleJD ans JointDataset
When I am using JointDataset, it produce the following error:
scale_idx = data_loader.dataset.batch_i_to_scale_i[batch_i] AttributeError: 'JointDataset' object has no attribute 'batch_i_to_scale_i'
Would you give an idea, how can I solve it? When can I use JointDataset and MultiScaleJD? Thanks
The text was updated successfully, but these errors were encountered:
have you solve this problem? I meet this problem now.
Sorry, something went wrong.
No branches or pull requests
@CaptainEven
Thanks for your nice repo.
There are two dataset preparation/loader:
MultiScaleJD ans JointDataset
When I am using JointDataset, it produce the following error:
Would you give an idea, how can I solve it?
When can I use JointDataset and MultiScaleJD?
Thanks
The text was updated successfully, but these errors were encountered: