movehand / raisr

A Python implementation of RAISR
MIT License
553 stars 160 forks source link

‘fliter’ file not found #1

Closed JustinhoCHN closed 7 years ago

JustinhoCHN commented 7 years ago

while testing the test.py, it raised an error:

File "test.py", line 27, in <module>
    with open("filter", "rb") as fp:
FileNotFoundError: [Errno 2] No such file or directory: 'filter'
movehand commented 7 years ago

You should do the training first. After training, a file named filter will be generated.