pylang

Results 11 comments of pylang
trafficstars

I would hope to have a string spec as follows to access nested lists: ``` python target = { 'f1': 'v', 'f2': [{ 'f51': [{ 'f61': 10, 'f71': 20, },],...

`glom(target, "f2.0.f51.0.f61")` does the job. Thanks.

[#2743](https://github.com/fchollet/keras/issues/2743) is still an issue for me, despite all the suggestions. Restarting the notebook gives different results as well. keras 2.0.2 numpy 1.11.2 tensorflow 1.0.0

Thanks for the information. Non-reproducible results is a serious issue in keras imo.

I second @rgbkrk's idea on saving to png.

Re: editing canvas-like images in notebooks https://github.com/uclmr/egal

I experienced similar results as mentioned in @rubensa's post. I found that adding the following flags ([as mentioned in the docs under `NB_USER`](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/common.html#docker-options)) *partially* resolved the missing files problem in...

This was @kennethreitz's project. What happened?

No, I don't have any customization in that file. I tried that latter with `fig.tight_layout()` as well. I got the same results. I am unable to confirm this with that...

It would be nice to run cactusbot without plugging in config info for a specific service such as beam. For developing, I'd prefer to test on a simple echo server.