Mark McDonald

Results 67 comments of Mark McDonald

Thanks for filing these Mark. Adding my notes from my investigation. `NoBrokersAvailable` comes from a failure to launch Kafka, as the downloaded archive does not exist. ``` !curl -sSOL https://downloads.apache.org/kafka/2.7.0/kafka_2.13-2.7.0.tgz...

This notebook is calling `model.fit(dataset)` but `dataset` has only been generated with one feature, no labels: ``` features = { 'features[*]': tfio.experimental.columnar.VarLenFeatureWithRank(dtype=tf.int32) } ``` Running the model like this worked,...

Thanks for the guide - looks like a good start. I've made some comments that apply in several places, please be sure to fix them everywhere (e.g. style related comments)....

LGTM. The whole point is to calculate $x^{[t]}$, so that makes sense. Thanks for the fix.

Failed Pytest looks like differences in floating point rounding, I'm guessing unrelated to this change?

Are you running from an [available region](https://ai.google.dev/available_regions)?

Like Michael says - we're still working on the feature, though some support in the Python SDK is available at HEAD. You can `pip install git+https://github.com/google/generative-ai-python` to get the latest...

(idea suggested by @jochenkirstaetter)

Just the standard stuff we use here - Python and maybe REST. We need the SDK support too but depending on the complexity we should either update the existing guides...