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

Incorrect reference to updated row length when meant to compare old row length #3

Open
Caixin89 opened this issue Mar 13, 2019 · 2 comments

Comments

@Caixin89
Copy link

In line 66 of util.py, if tmp > len(row):, I think the intention is to compare tmp against the length of the row just after reading a line of the data file.

However, in line 60, row is updated to be a subarray of length tmp. This is the else clause of tmp == len(row).

This means line 66 will never be satisfied.

@weihua916
Copy link
Owner

Thanks. We adopted code and raw data from this repo: https://github.com/muhanzhang/pytorch_DGCNN
Specifically, load_data is from here

@weihua916
Copy link
Owner

Now all the datasets are conveniently provided here.

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

2 participants