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

Where is "activesd.pckl"? #26

Open
jlian2 opened this issue Jul 29, 2020 · 3 comments
Open

Where is "activesd.pckl"? #26

jlian2 opened this issue Jul 29, 2020 · 3 comments

Comments

@jlian2
Copy link

jlian2 commented Jul 29, 2020

No description provided.

@fjesikfjdskl
Copy link

The same question!!!

@tailangjun
Copy link

+1

@lililuya
Copy link

lililuya commented Dec 27, 2023

Hi,
Firstly, I think you should check the dir, the default value of the destination dir given as 'data/work' may not right in your dir structure.
Secondly ,you should ensure the prarent dir is created in advance. Doing like this:

   os.makedirs(save_dir, exist_ok=True)
   save_file = os.path.join(opt.work_dir,opt.reference,'activesd.pckl')
   with open(save_file, 'wb') as fil:
      pickle.dump(dists, fil)

By doing so, it may help you to solve this problem.

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

4 participants