Noémien Kocher
Noémien Kocher
First of all I must say I was amazed by this sumulation tool when I saw it on https://www.youtube.com/watch?v=mlrf1058ENY&list=PLuhRWgmPaHtRPl3Itt_YdHYA0g0Eup8hQ&index=4. Which is why I wanted to try it myself. I'm using...
encode_video use a default resolution if there isn't any specified (_definition_ option). How to encode without the -s option ?
This pull request adds two contributions: 1. Changes the input arguments `--cuda` to `--no-cuda`, with consistent behavior 2. Follows Pytorch [best practice](https://pytorch.org/docs/stable/notes/cuda.html#best-practices) for device agnostic code, which makes the code...
Hello, As written in the paper (2.2 _Deriving Architectures_) I tried to re-retrain from scratch the best derived model, but it surprisingly gives worse result when I retrain it from...
Based on the work from @lhmerino (https://github.com/dedis/votegral/blob/master/apps/Cothority/votegral/lib/crypto/shuffle.go)
The deferred contract only works if we can successfully share its instanceID to the concerned people. Right now, this process must be handled by the user itself and is hard...
At the moment we have to copy the entire `conode/` folder in order to use a custom service. That would be great to keep only the minimal amount of code...
The streaming implementation (in `cothority/byzcoin/streaming.go`) should be moved to the skipchain service, as it works at the skipblock level. This is a clean up reminder in case we release a...
Currently, a Darc argument is only displayed by its name, which doesn't say much about it. There should be a possibility to display the actual text representation of a Darc.
Tslint has been [deprecated](https://medium.com/palantir/tslint-in-2019-1a144c2317a9), we should replace it by [eslint](https://eslint.org/). -> [a guide here](https://www.digitalocean.com/community/tutorials/linting-and-formatting-with-eslint-in-vs-code)