Supergrover

Results 6 issues of Supergrover

install-sh failed on an incorrect option, ctags didn't support --langmap: ``` ctags: unrecognized option '--langmap=C:+.cu' ``` This caused make to fail, not revert to the project root directory and download...

I noticed you wanted to switch to cuDNN. I would like to keep the old CUDA code as well. For example my GPU doesn't allow for cuDNN (it's too old)....

question

I was wondering why you added 1 to the AffineTransform layer geometry in https://github.com/botonchou/libdnn/blob/master/src/nnet.cpp#L233 After some nosing around I found you feed the label into the network as being one...

Consider adding input-dim and output-dim to the --struct parameter. So: `--input-dim 4 --output-dim 2 10-10` Becomes: `4-10-10-2` In my opinion this makes for a cleaner syntax. Why are they separate...

Gains in the last affine layer seem to drop to +- minus 50. https://gist.github.com/supergrover/733504ee836506603ea4

### Use Case I would like to propose to implement a method to resolve and subscribe to OPC-UA nodes by BrowseName when the server only permits numeric identifiers. Issues may...

feature request