skoroneos
skoroneos
i copied/paste the text addresses you posted and worked for me cat tmp.txt | xargs -n1 ku | grep hash160 hash160 : a62f908471a871595394c750d154abb6bb7aae57 hash160 : e1733e203f9f1793f77416c17e512265ea13cc47 hash160 : 431a14f9f49bfcac2f5d43b03d43c4dcd461ebdf hash160...
Use something like to this to convert the file to unix/linux format tr -d '\015' "windows-file" | xargs -n1 ku | grep hash160
You need to set the ._netcode attribute i.e key = Key.from_text(xpub).subkey(0). \ subkey(0) key._netcode="LTC" will generate the address for Litecoin
I am facing similar problems with a large dataset. (120K images 450K labels). My "guesstimate" at this point is that there is not enough system ram for cuda to allocate...
I am having Nan issues at epoch 1 with a large dataset (16 classes, 95K train/22K val 450K labels approx). reducing the batch-size didnt help, just moved the issue a...