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

some error of eug.py #8

Open
zengkaiwei opened this issue Sep 18, 2019 · 1 comment
Open

some error of eug.py #8

zengkaiwei opened this issue Sep 18, 2019 · 1 comment

Comments

@zengkaiwei
Copy link

zengkaiwei commented Sep 18, 2019

when I run semitrain.py no matter I use cluster or random it will report :No such file/directory: 'random_split/random_marker1501.pkl', the error code is in eug.py line406:
with open(load_path, "wb") as fp:
pickle.dump({"label set": label_dataset, "unlabel set":unlabel_dataset}, fp)

and another question: what's the mean of parser --sample cluster and --sample random

@OasisYang
Copy link
Collaborator

Maybe you can try "mkdir random_split" first. The "random" means randomly select samples from whole dataset to annotate, while the "cluster" means randomly select one sample from each cluster.

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