Andrew Hundt

Results 158 issues of Andrew Hundt

This adds ROS Karmic + Unbuntu 16.04 + catkin support by switching to a catkin build instead of rosbuild. I'm hopeful this should either "just work" for every version from...

I'm not sure if I'm reading your code right but is it perhaps missing the actual skip connections? https://github.com/0bserver07/One-Hundred-Layers-Tiramisu/blob/master/model-tiramasu-103.py I'd expect to see a line similar to the following: https://github.com/farizrahman4u/keras-contrib/blob/master/keras_contrib/applications/densenet.py#L614

Might you be interested in a pull request of this code to the official [keras-contrib](https://github.com/farizrahman4u/keras-contrib) repository which is the upstream source for Keras, and has a [DensenetFCN](https://github.com/farizrahman4u/keras-contrib/blob/master/keras_contrib/applications/densenet.py) implementation? These keras-contrib...

What accuracy should I expect at the end of a typical architecture search for both the 1st and 2nd derivative cases on CIFAR-10? To be specific, I mean the actual...

http://xon.sh/tutorial.html#up-down-tab It seems history matching implemented in https://github.com/xonsh/xonsh/pull/549 only matches from the start of the command. I created a https://github.com/jonathanslenders/python-prompt-toolkit/pull/534 upstream to let it match any part if the history...

upstream
history

I just wanted to mention the [xonsh](https://xon.sh) shell ([tutorial](http://xon.sh/tutorial.html)) to you guys because it seems like it might be the perfect way to use and integrate sacred. This is because...

feature

I like that sacred generates command line utils for me, is there any chance it could also incorporate shell completion bash/zsh/etc? One sensible option or source of reference code may...

feature