tensorflow_cookbook
tensorflow_cookbook copied to clipboard
Code for Tensorflow Machine Learning Cookbook
Hello, Have tried to save the model use tf.train.Saver(),but end with failure ValueError: No variables to save Could U propose some way to solve it ? Thx
Could you please add line "sess.close()" for each examples? It will mislead new comers like me. :-)
Hi, If it's not too much, I have a suggestion for a cleaner implementation of x_vals normalization. Instead of defining a separate function, and since the objective of normalization is...
do you have eager use explanations? If not may you recommend some another resource: book ,link by the way what another book worth to use?
I've been getting inconsistent results with the Deming regression example given in your text. I'm running Tensorflow locally on an iMac using MacOS Sierra 10.12.4. I then explored using different...
Make sure that all significant models save the model space (graph, variables, and definitions) properly and have a script that allows for (1) loading of most recent model, and (2)...
Hi, I am wondering Is it possible to use the new [dynamic_rnn_decoder](https://www.tensorflow.org/api_docs/python/tf/contrib/seq2seq/dynamic_rnn_decoder) to replace the legacy rnn decoder in rnn chapter for text generation, and update the code?
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.6.6. Changelog Sourced from nltk's changelog. Version 3.8.1 2023-01-02 Resolve RCE vulnerability in localhost WordNet Browser (#3100) Remove unused tool scripts (#3099) Resolve XSS vulnerability...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...