Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

unable to find test.p file #1

Open
p9anand opened this issue Oct 21, 2019 · 5 comments
Open

unable to find test.p file #1

p9anand opened this issue Oct 21, 2019 · 5 comments

Comments

@p9anand
Copy link

p9anand commented Oct 21, 2019

Hi,

Thanks for this amazing library, was just exploring and got following error. Can you please help me with this?

FileNotFoundError: [Errno 2] No such file or directory: 'FashionPlus/generation/datasets/demo/test.p'

Thanks.

@wlhsiao
Copy link

wlhsiao commented Oct 21, 2019

Hi,
Have you run the run_prepare_data.sh script? The test.p file is one of the outputs generated by this script. Were you able to successfully run the data preparation script?

@flavz27
Copy link

flavz27 commented Jan 9, 2020

Hello,

I'm having the same issue while launching the ./run_prepare_data.sh command.

─$ ./run_prepare_data.sh                                                                                    1 ↵
Saving pickle input file for generators at '/Users/.../FashionPlus/generation/datasets/demo/test.p
Traceback (most recent call last):
  File "prepare_input_data.py", line 70, in <module>
    with open(opt.output_pickle_file, 'wb') as writefile:
IOError: [Errno 2] No such file or directory: '/Users/.../FashionPlus/generation/datasets/demo/test.p'```

@flavz27
Copy link

flavz27 commented Jan 9, 2020

Okay I found a fix. Just create the missing directories

@nikhilpanchal48
Copy link

@flavz27
can you please explain how did you fix the error?

#1 (comment)

@flavz27
Copy link

flavz27 commented Aug 24, 2020

@flavz27
can you please explain how did you fix the error?

#1 (comment)

As I said, just create the missing directories...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants