hugoferrero
hugoferrero
> I also ran into this issue, and managed to fix it by making `items` a `dict` like: > > ``` > items = items.map(lambda x: { > "item_id": x['item_id'],...
i also have the same issue, and it happens when ```validation_data``` parameter is added on ```.fit``` method. Otherwise training process goes fine. I'm just trying the framework to see if...
Hi. Thanks for answering. Code with keras and tensorflow-io (this one works) ```python from google.cloud import bigquery from tensorflow.python.framework import dtypes from tensorflow_io.bigquery import BigQueryClient from tensorflow import feature_column import...
Hi @haifeng-jin ..any news on this issue?. Thanks in advance.
Hi @haifeng-jin . Thanks for reply. I will try your suggestion. Reggards.
@haifeng-jin I tried what you suggested and there wasn't any problems. Training process went fine. Here is the code: ``` python from google.cloud import bigquery from tensorflow.python.framework import dtypes from...
..Same problem here. Incompatibility problems with tf.keras, tf and scann. For some time now I have been having incompatibility problems with different tensorflow libraries