Iaroslav Shcherbatyi

Results 9 comments of Iaroslav Shcherbatyi

I installed cupy from source as described [here](https://docs-cupy.chainer.org/en/stable/install.html) and now it works! :tada: Would you like a PR with a note about more recent version of dependencies for the progressive...

Ah I see I used now ` test = ArrayIterator(np.random.rand(256, 3*224*224), lshape=(3, 224, 224)) ` I also added in the end ` print model.get_outputs(test) ` It seems that now neon...

Thanks for your response! I will try to pull the most recent model zoo.

I guess this can be closed due to #3 ?

Hi @traviskaufman , Would it work for you to use https://github.com/scikit-optimize/scikit-optimize/blob/e7d6618d214a5f242e3c5ca708bd347e498fa170/skopt/utils.py#L380 ?

Here is one suggestion: define the number of neurons in a layer as a real value `Real(0, 1)`, for every layer in your NN. So the first dimension means the...

Would be really great if this could be addressed.

Thanks @amueller for the suggestion! A memo for myself: the source paper for this is [https://arxiv.org/pdf/1703.02628.pdf](https://arxiv.org/pdf/1703.02628.pdf)