Petar Ivanov

Results 8 issues of Petar Ivanov

Currently, `StaticBuffer` in env/src/engine/on_chain/buffer.sh has a static (constant) size of 16 kB. However, there are cases which might require more space. One such case is passing in and getting out...

This demo simulates a service that checks if a mail is spam without the server seeing the mail or the result. If a mail contains "evil.url", it will be classified...

If the --cpu command line option is set, make sure we pass it propery to torch.load() so that if the system doesn't have CUDA, it uses the CPU. In order...

Hello! What a wonderful project, thank you for it! I was wondering if you could explain how it can be used in terms of licensing. There isn't any license and,...

Add the `seed` command line option - an integer that seeds the random number generators (random, numpy and torch ones) and forces deterministic torch algorithms. Reference: https://pytorch.org/docs/stable/notes/randomness.html

Hi, love this template, it helped me a lot! I was wondering if it would be feasible (or necessary) to add a license file to it. I know it is...

This PR provides support for the following RPC methods: 1. **restorewallet** - restores a wallet from user provided 12-word BIP39 phrase 2. **dumppaperkey** - dumps the current paper key phrase...