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

Can't save weights.npz and error when Ctrl C #108

Open
thanhtv96 opened this issue Apr 4, 2019 · 0 comments
Open

Can't save weights.npz and error when Ctrl C #108

thanhtv96 opened this issue Apr 4, 2019 · 0 comments

Comments

@thanhtv96
Copy link

Traceback (most recent call last):
File "train.py", line 269, in
initial_weights=initial_weights)
File "train.py", line 236, in train
test_xs, test_ys = unzip(list(read_data("test/*.png"))[:batch_size])
File "train.py", line 65, in read_data
im = cv2.imread(test)[:, :, 0].astype(numpy.float32)/255.0 # read the image as im this is read
KeyboardInterrupt

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

1 participant