Artem Vasenin
Artem Vasenin
**Describe the style change** If a function/class is defined at the start of a non-scoping indent (e.g. `if`, `for`) a blank line is inserted before the function. I would like...
**Is your feature request related to a problem? Please describe.** I have a lot of log files which start with the same prefix and are quite long. The important part...
**Is your feature request related to a problem? Please describe.** It is not clear from the docs what `volume` in template means. e.g. `[filename growRight 1 omitCenter 5]` it says...
I work on Machine Learning and use this utility to monitor how much my GPUs are being used. I frequently have one or two main processes and dozens of smaller...
Hi, I'm trying to use `beaker` as a base for internal caching, but getting extremely slow performance on file caching. Here is my basic implementation: ```python class Cache: """ General...
Currently only a few primitive types are allowed as values in config, this is a bit restrictive. For example, I would like to store pixel mean values in the config,...
Fixes #11 Since, this removes one of the tests, I think it warrants a minor version change.
In the example `CfgNode` is imported as `CN`. In my code, I also do the same, since it saves a bit of space. Unfortunately, my IDE (PyCharm) is not able...
https://github.com/rbgirshick/yacs/blob/aabe5bd54d193996ceedcff650cff10c38b1f90b/yacs/config.py#L410 This part makes yacs inconsistent with yaml. In yaml if you want a number to be interpreted as a string you can put it in quotes (e.g. 10 vs...