gaikwadrahul8

Results 19 issues of gaikwadrahul8

I have updated [Windows / Mac OS X Requires Python 2.7](https://github.com/tensorflow/tfjs/tree/master/tfjs-node#windows--mac-os-x-requires-python-27) section of **tfjs-node** for installing which seems outdated and as per the official documentation of [node-gyp](https://github.com/nodejs/node-gyp/blob/main/README.md#configuring-python-dependency), " **node-gyp** requires...

I have updated this broken link (https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/saved_model_warmup) which was under this hyperlink (model warmup) to new hyperlink (https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/saved_model_warmup.md)

Recently we have made changes in our TFX tutorials to run as expected by uninstalling shapely package and uninstall shapely section is missing in this tutorial so I added that...

Updated old link from :https://www.tensorflow.org/tutorials/customization/custom_training to new link :https://www.tensorflow.org/tutorials/customization/custom_training_walkthrough

I have updated broken link on this [page](https://github.com/tensorflow/tfjs-examples/tree/master/addition-rnn-webworker#tensorflowjs-example-addition-rnn-in-webworker) to workable link for **here** hyperlink on this line **"Note: This example is based on the addition-rnn [example](https://github.com/tensorflow/tfjs-examples/tree/master/addition-rnn) in this repo, which...

I have updated broken link on this [page](https://github.com/tensorflow/tfjs-examples/tree/master/fashion-mnist-vae#tensorflowjs-training-a-variational-autoencoder) for keras VAE example code under this paragraph **"This example is a port of the code for a multilayer perceptron based variational...

I have updated 02 broken links on this [page](https://github.com/tensorflow/tfjs-examples/tree/master/lstm-text-generation#overview), one is for **model saving API** hyperlink on this line "This example also illustrates how to save a trained model in...

I have updated broken link on this [page](https://github.com/tensorflow/tfjs-examples/edit/master/sentiment/README.md) for imdb_lstm hyperlink on this paragraph "**Two model variants are provided (CNN and LSTM). These were trained on a set of 25,000...

I have updated broken link on this [page](https://github.com/tensorflow/tfjs-examples/tree/master/translation) under this [section](https://github.com/tensorflow/tfjs-examples/tree/master/translation#python-version) on this line **"The model was trained in Python Keras, based on the [lstm_seq2seq](https://github.com/keras-team/keras/blob/master/examples/lstm_seq2seq.py) example."** for `lstm_seq2seq hyperlink` to...

I have updated broken link on this [page](https://github.com/tensorflow/tfjs-examples/tree/master/addition-rnn-webworker) on this line " **Note: This example is based on the addition-rnn [example](https://github.com/tensorflow/tfjs-examples/tree/master/addition-rnn) in this repo, which is based on the original...