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
~/bitcoin-rnn [master|✔]
03:39 $ python3 gru-addr2priv.py
Using TensorFlow backend.
Reading privaddr-pair.txt Lines 71
Generating data...
Traceback (most recent call last):
File "gru-addr2priv.py", line 126, in <module>
q = contents[i] # remove char > MAXLEN
IndexError: list index out of range
any suggestion how to fix this?
The text was updated successfully, but these errors were encountered:
Ubuntu 18.04 | keras 2.2.4
when i change the source of according to this https://stackoverflow.com/questions/42852495/where-did-keras-function-slice-x-go
https://pastebin.com/cLA5PAev
i end up with
any suggestion how to fix this?
The text was updated successfully, but these errors were encountered: