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
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里提到直接读取训练数据集就可以,希望可以更新一下代码,万分感谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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里提到直接读取训练数据集就可以,希望可以更新一下代码,万分感谢!
The text was updated successfully, but these errors were encountered: