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
py train.py执行出现错误 ValueError: Data is not binary and pos_label is not specified
The text was updated successfully, but these errors were encountered:
抱歉现在才回你,请问你用的是py2么?
Sorry, something went wrong.
如果用python3,可以将 pbar = tqdm(config.test_data)改为 pbar = tqdm(data.load_test(config.sequence_length,config.sequence_length))
一般发生代码运行错误是由于使用的python版本、tensorflow等包版本不一致等原因。
No branches or pull requests
py train.py执行出现错误
ValueError: Data is not binary and pos_label is not specified
The text was updated successfully, but these errors were encountered: