Mark Daoust

Results 40 issues of Mark Daoust

In kafka.ipynb: ``` write_to_kafka("susy-train", zip(x_train, y_train)) --------------------------------------------------------------------------- NoBrokersAvailable Traceback (most recent call last) /tmp/ipykernel_16467/922230483.py in 11 print("Wrote {0} messages into topic: {1}".format(count, topic_name)) 12 ---> 13 write_to_kafka("susy-train", zip(x_train, y_train)) 14...

The tensorflow.org import for avro.ipynb is failing: ``` ------------------ model.fit(x=dataset, epochs=1, steps_per_epoch=1, verbose=1) ------------------ --------------------------------------------------------------------------- TypeError Traceback (most recent call last) /tmp/ipykernel_16881/4054086148.py in ----> 1 model.fit(x=dataset, epochs=1, steps_per_epoch=1, verbose=1) /tmpfs/src/tf_docs_env/lib/python3.7/site-packages/keras/utils/traceback_utils.py...

### Description of the feature request: There are several examples that loop over chunks of text and call `embed_text` on each one. These should pass lists of chunks to `embed_text`,...

type:feature request
good first issue
component:demos

@see lines try to link the whole line to the name, it tries to lookup these URLs as names in the API and fails: `@see name description` https://www.tensorflow.org/jvm/api_docs/java/org/tensorflow/DeviceSpec

`ndarray` is not part of the repo anymore. This is preventing me from updating the docs to v0.4. We need to either remove it here or add code to this...

status:awaiting review
component:python sdk

status:awaiting review
component:python sdk

### Description of the feature request: `response.text` could check the safety filters and give a more directly helpful error message. If a message is blocked because of safety, currently you...

type:feature request
status:triaged
component:python sdk