appleby

Results 85 comments of appleby

Ok. Maybe I'll submit another pull-request converting all the `set_value` calls to normal assignment then? The point of this pull-request was that in this notebook, calls to `set_value` are interleaved...

I'm using the ami from the course on a p2-xlarge instance and haven't run `conda update` or anything. `conda list` says I have keras 1.1.0 and theano 0.8.2. Any thoughts...

Ok, I'll give that a try and circle back later.

Took me a while, but I finally have some results to share. Full details can be found in a jupyter notebook posted here: [ma-learning-rate-test.ipynb][]. That notebook is quite large (~17...

The upstream [mypy issue](https://github.com/python/mypy/issues/8125) was fixed in https://github.com/python/mypy/pull/8146. Should be safe to upgrade to the whatever the next release is after 0.750.

Good to know @TH3CHARLie thanks for the heads up (and for fixing the bug :-)

Functionally they are equivalent, but AFAIK it will result in different code paths through the compiler / simulator, so it may be useful to distinguish them in diagrams. CC @kilimanjaro

I suspect this is because `local_forest_runtime()` doesn't wait for QVM to startup before returning, so the QVM probably isn't ready to accept connections yet. You could try adding a `time.sleep`...

Yes, as far as I know this is still an issue. I'm actually not sure what correct fix here is though. I'd recommend starting in the `QuantumComputer.run` method in `pyquil/api/_quantum_computer.py`,...