You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python sudoku.py /test/test1.jpg
Traceback (most recent call last):
File "sudoku.py", line 42, in
snap_sudoku(image_path=sys.argv[1])
File "sudoku.py", line 32, in snap_sudoku
grid = ''.join(cell for cell in get_cells(image_path))
File "sudoku.py", line 32, in
grid = ''.join(cell for cell in get_cells(image_path))
File "sudoku.py", line 22, in get_cells
net = create_net(rel_path='/networks/net')
File "sudoku.py", line 17, in create_net
sizes, biases, wts = pickle.load(in_file)
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered:
SRTA013ORIGINAL
changed the title
need more than 2 values to unpack
TypeError: a bytes-like object is required, not 'str'
May 2, 2020
python sudoku.py /test/test1.jpg
Traceback (most recent call last):
File "sudoku.py", line 42, in
snap_sudoku(image_path=sys.argv[1])
File "sudoku.py", line 32, in snap_sudoku
grid = ''.join(cell for cell in get_cells(image_path))
File "sudoku.py", line 32, in
grid = ''.join(cell for cell in get_cells(image_path))
File "sudoku.py", line 22, in get_cells
net = create_net(rel_path='/networks/net')
File "sudoku.py", line 17, in create_net
sizes, biases, wts = pickle.load(in_file)
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered: