Skip to content

meet error when running #1

@Explorermomo

Description

@Explorermomo

Hello, is the code of the project incomplete?

I got some errors while running your project.

Traceback (most recent call last):
File "/home/wu/anaconda3/envs/CAD/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/home/wu/anaconda3/envs/CAD/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/home/wu/Project_ICCAD/DeepTH-main/code/selfplay.py", line 83, in playGame
data = np.load(fileName, allow_pickle=True).item()
File "/home/wu/anaconda3/envs/CAD/lib/python3.7/site-packages/numpy/lib/npyio.py", line 417, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: './processed_data/adaptec3_clustered.npy'
Traceback (most recent call last):
File "main.py", line 29, in
data = np.load(file, allow_pickle=True).item()
File "/home/wu/anaconda3/envs/CAD/lib/python3.7/site-packages/numpy/lib/npyio.py", line 417, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: './data/data0_0.npy'

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions