gaikwadrahul8

Results 94 comments of gaikwadrahul8

@BuggieCoder It seems like duplicate issue like [#2054](https://github.com/tensorflow/serving/issues/2054) and As workaround please comment this line : `!{SUDO_IF_NEEDED} apt-get install tensorflow-model-server `line and add below 03 lines of command to install...

@piriyacoco I have tried same code to reproduce without error and I'm able to reproduce it on Google Colab and I have tried below versions, it's working fine without error...

@piriyacoco I noticed there is version compatibility issue between TF Hub and TF version with NLP Pre-trained models on TF Hub so as work around I would suggest you to...

@ifahim I tried to reproduce the same error, I'm unable to get the same error after passing `dtype=tf.float32` to `hub.KerasLayer()`, for your reference I've added Gist file [here](https://colab.research.google.com/gist/gaikwadrahul8/45a9bf713205f353fbd57dacc98aa663/issue_854.ipynb) Could you...

We are currently working on this issue, and will have an update in the fairly near future. In the meantime, some users have reported success with Rosetta. Other options include...

@Forpee, @andres-zartab It seems like duplicate issue like https://github.com/tensorflow/serving/issues/2054 and As workaround please comment this line : `!{SUDO_IF_NEEDED} apt-get install tensorflow-model-server` line and add below 03 lines of command to...

@kennysong We have updated our TFDV official documentation [here](https://www.tensorflow.org/tfx/data_validation/api_docs/python/tfdv) with new data validation functions so I would request you to please try with new functions instead of tfdv.validate_instance() to find...

@yonromai I would suggest you to go with Harness container image approach if you're looking sustainable solution instead of requirement file but as per Tensorflow documentation, To run TFDV on...

Hi, @yonromai Closing this issue due to inactivity. Please feel free to reopen if this still exists. Thank you!

@martin-laurent TFDV now supports SequenceExample from TFRecords. Please check these 02 references [1 ](https://github.com/tensorflow/data-validation/blob/master/tensorflow_data_validation/integration_tests/sequence_example_e2e_test.py)and [2](https://www.tensorflow.org/tfx/tfx_bsl/api_docs/python/tfx_bsl/public/tfxio/TFSequenceExampleRecord) and let us know you're looking the exact Feature in TFDV Library ? Thank you!