-
Currently block proposers outsource block building to remote builders via relays to maximize block proposal income. While this makes sense for both solo stakers and pooled stakers as they want to have…
-
Pose a question about the one of the following possible readings:
“[Dropout: A Simple Way to Prevent Neural Networks from Overfitting](https://www.jmlr.org/papers/volume15/srivastava14a/srivastava…
-
Hello there!
I cloned the repo, created a conda env with python version 3.6.10. Executed "pip install ." and "python setup.py install" then tried to run all at two different notebooks at examples f…
-
Right now when a test hangs we do not get a dump file. Much of the time we need a dump (can't repro locally and code inspection doesn't show an obvious problem)
This mechanism needs to be a generic…
-
Hi! I tested the Vanilla Diffusion Classifier (no likelihood maximization) with apgd + dlr which is implemented by AutoAttack. The clean accuracy is 94.53%, but the Linf robust accuracy drops to aroun…
-
I'm reading through **A Formal Security Analysis of the Signal Messaging Protocol** https://eprint.iacr.org/2016/1013.pdf. I'll be taking some notes here relating to:
- security considerations in a…
-
CARLA version: 0.9.15
Platform/OS: windows11
Problem I have experienced: I want to modify the image from sensor and make some attacks on the vehicle in CARLA, but seems that the attribute of ima…
-
Making an issue as I don't know how to fix this problem myself, seems something to do with the CMake files and C++ null pointer errors?
```
pip install -e .
Obtaining file:///Users/elliottower/…
-
## Meta-issue ##
This is not really urgent to have but it would be good to have a formal governance process at some point.
In particular, it wouldn't be surprising to have some conflicts arising a…
-
Hi there,
I am currently working on a Regex Engine that supports Backreferences while not losing determinism. It uses Memory Occurence Automata (MOAs) in the engine which are more powerful than norma…