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

train_eval.py有错误 #8

Open
XD-ck opened this issue Dec 14, 2021 · 0 comments
Open

train_eval.py有错误 #8

XD-ck opened this issue Dec 14, 2021 · 0 comments

Comments

@XD-ck
Copy link

XD-ck commented Dec 14, 2021

train_eval.py第284-287行在加载训练集数据时出现错误
# train_f = open('./Data/train_merge_min_norm_fea.pickle', 'rb')
train_xyz, train_label, train_feats = pickle.load(train_f, encoding='bytes')
# train_xyz, train_label, train_feats = pickle.load(train_f)
train_f.close()
看到作者大大在其他issue里提到直接读取训练数据集就可以,希望可以更新一下代码,万分感谢!

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