Jasper van Heugten, PhD
Jasper van Heugten, PhD
I was trying to create a custom layer and check it with summary, however, it kept crashing. Here is a simple example for which the summary code crashes: ``` class...
Just some comments in my attempt at getting the code working, that might be helpful for others. There are a lot of `sys.path.append` strewn throughout the `run_demo.py` and its imported...
I was wondering if this also works with style definitions that are in `[yapf]` section in a `setup.cfg` in the directory or one of the parent directories (see https://github.com/google/yapf)? It...
Maybe I'm misunderstanding quniform, but it seems it can give a lower value than "low": round(uniform(low, high)/q)*q. If low=10, high=1000, q=50, then it will not give a uniform distribution from...