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
parser.add_argument("--train_path", type=str, default='./BinaryCorp/small_train', help='the path of training data') parser.add_argument("--eval_path", type=str, default='./BinaryCorp/small_test', help='the path of evaluation data') parser.add_argument("--load_path", type=str, default='./experiments/BinaryCorp-3M/', help='load path')
train_path and eval_path are both raw binaries ?
What's the load_path (pkl) file for ? how to construct it ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
train_path and eval_path are both raw binaries ?
What's the load_path (pkl) file for ? how to construct it ?
The text was updated successfully, but these errors were encountered: