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
when using picke.load() in neural_network.py an error is raised: 'ascii' codec can't decode byte 0x90 in position 614 ordinal not in range(128).
That should be because of the compatibility of pickle with np arrays.
The text was updated successfully, but these errors were encountered:
when using picke.load() in neural_network.py an error is raised: 'ascii' codec can't decode byte 0x90 in position 614 ordinal not in range(128).
That should be because of the compatibility of pickle with np arrays.
The text was updated successfully, but these errors were encountered: