Kevin Mader

Results 97 issues of Kevin Mader

fixing config information (maybe a conda environment file would be better?)

I added tests for simple CNN-based Keras models (https://github.com/riga/tfdeploy/issues/18) as well as the pretrained models which then cover the popular image classification models (ResNet, VGG, Inception), currently all of the...

Using the TQDMNotebookCallback doesn't seem to work, I have updated jupyter, notebook, and ipywidgets as well as rerunning ```jupyter nbextension enable --py widgetsnbextension``` but when using the callback in the...

The easiest code example is below but the ipython notebook does not work either with keras 1.0.3 ``` import numpy as np from keras.layers import Input from keras.models import Sequential...

In case it's interesting or you have a sample gallery, breakout with deep-q learning (since that's the youtube video example originally shown for such games) http://4quant.com/javascript-breakout/ repo: https://github.com/4Quant/javascript-breakout

The tool offers a few parameters for grayscale support, but requires a few fixes to be actually employed

- updated readme with some basic text (https://github.com/stanford-futuredata/noscope/issues/1) - updated requirements and put them into a txt file - fixed print commands so the code can be imported in py3...

It would be great if the code could be made py3 compatible. The current blockers are the print commands and the relative imports

The current output for a pandas dataframe is the IPython rendering which is not particularly aesthetically pleasing and making some of the more interesting visualizations (color, size, bar, ...) hard...

enhancement
question

A proposed addition to have non-Long keys using the `IndexableRDD` which is a thin class on top of IndexedRDD and has a conversion between a key of any type and...