Lars Gregori

Results 2 comments of Lars Gregori

I've tried to understand the code but ended up to added a Breakpoint at BRBIP32Sequence.m line 251 to get the private key(s) see also: https://www.reddit.com/r/dogecoin/comments/6qicz9/how_to_get_your_private_keys_out_of_doughwallet/

"Keras 3 will be the default Keras version." is the breaking change. Adding this to the `train.py` file will use Keras 2: ```python import os;os.environ["TF_USE_LEGACY_KERAS"]="1" ``` These are my requirement...