oonisim

Results 25 issues of oonisim

**Describe the bug** Feature Group ingest method fails to insert several records sporadically and throws an exception ```Failed to ingest row 0: An error occurred (ValidationError) when calling the PutRecord...

bug
contributions welcome

## Environment Anaconda virtual python environment with TF 2.6.0 installed. ``` $ conda list | grep tensorflow tensorflow 2.6.0 py38h1abaa86_1 conda-forge tensorflow-base 2.6.0 py38he1e5d52_1 conda-forge tensorflow-datasets 4.3.0 pyhd8ed1ab_0 conda-forge tensorflow-decision-forests...

**Describe the bug** Need user agent as explained in https://github.com/jadchaar/sec-edgar-downloader/issues/77. ``` headers = {"User-Agent": "Company Name [email protected]"} response = requests.get(TEXT_URL, headers=headers) if response.status_code == 200: content_html = response.content.decode("utf-8") else: print(f"HTML...

Chapter 3 BQ Figure 3-6 shows **TABLE EXPLORER** ![image](https://user-images.githubusercontent.com/15814603/175798521-940ead11-80cd-41aa-87d8-fa75fd6e12ce.png) However in an actual GCP environment, there is no such tab. ![image](https://user-images.githubusercontent.com/15814603/175798543-ee6c3f6e-0b92-4ace-be8c-af907302fe1a.png)

With the original CDN import, the signup fails although user is created, as reported in [There was an error processing the login #546](https://github.com/auth0/auth0.js/issues/546). ``` ``` With the current latest 11.8.1...

# Problem The INSTALL.md is not up-to-date. Following the instruction causes the problems. Please note the problems are happening NON GCP environment. # Environment Hadoop 3.2.2 and Spark 3.1.2 running...

# Problem There is no namespace and menus (Notebook, Pipeline, etc) on the left frame of the kubeflow UI when accessed via K8S API server proxy verb. # Environment ```...

# Problem 03-training-formalization.ipynb ``` ValueError: A `Concatenate` layer requires inputs with matching shapes except for the concatenation axis. Received: input_shape=[(None, 2), (None, 4), (7,), (None, 3), (None, 1), (None, 1),...

03-training-formalization.ipynb ``` schema_importer = tfx.dsl.components.common.importer.Importer( source_uri=RAW_SCHEMA_DIR, artifact_type=tfx.types.standard_artifacts.Schema, reimport=False ) context.run(schema_importer) ``` ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /tmp/ipykernel_8454/2100786518.py in 1 #import tfx.v1 2 ----> 3 schema_importer = tfx.dsl.components.common.importer.Importer(...

## URL(s) with the issue: https://www.tensorflow.org/tfx/guide/examplegen Please provide a link to the documentation entry, for example: https://www.tensorflow.org/tfx/guide/examplegen ## Description of issue (what needs changing): [The ExampleGen TFX Pipeline Component][1] has...

type:docs
stat:awaiting tensorflower