Hong Jing (Jingles)
Hong Jing (Jingles)
I've never knew about `skorch`, and it looks good. Let me try training a simple PyTorch network with moabb's `evaluation.process`.
We are working hard to provide good documentation and an interface layer for cardano serialization library. Check out [Mesh](https://mesh.martify.io/).
Could mean many things, for example, sending ADA from a testnet address to a mainet address will also give you this error. It could be anything, so double check everything...
Hey @olliejm did you managed to do it? On the client side, I tried signData with: 1. "old Nami" method (`window.cardano`): 2. "new Nami" method (`window.cardano.nami.enable()`): 3. as well as...
I have existing wallets and keys generated by `cardano-cli stake-address build`, which produces `.skey` and `.pkey` files. From this [generating-transactions example](https://github.com/Emurgo/cardano-serialization-lib/blob/master/doc/getting-started/generating-transactions.md), we need bech32 like so: `const rootKey = CardanoWasm.BIP32PrivateKey.from_bech32("xprv17qx9vxm6060qjn5fgazfue9nwyf448w7upk60c3epln82vumg9r9kxzsud9uv5rfscxp382j2aku254zj3qfx9fx39t6hjwtmwq85uunsd8x0st3j66lzf5yn30hwq5n75zeuplepx8vxc502txx09ygjgx06n0p");`...
Hi @eric248550 again. Looks like we are trying to solve the same thing. I tried your suggested: ``` skeyToPrivateKey(){ const privateKey = S.Bip32PrivateKey.from_bip39_entropy( Buffer.from('SKEY_cborHex', 'hex'), Buffer.from('') ) return privateKey.to_bech32() }...
Any updates when Nami will be up to date with CIP?
> Below are the steps. > > 1. clone project. > 2. cd > 3. npm install -g firebase-tools > 4. npm install > 5. firebase login > 6. firebase...
Hi, see https://github.com/jinglescode/time-series-forecasting-tensorflowjs/issues/3, this might help you.
Hi @markcomfresh, a few things I would try and check are: - tune the hyperparameters - check the data (both X and Y) are correctly formated - try build new...