TensorFlow-Examples
TensorFlow-Examples copied to clipboard
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
This change resolve #397 by adding 3 conv & pooling layers
Hi folks 👋! I'm part of the team working on the [development container specification](https://containers.dev/), and we'd love to discuss adding a dev container(s) to this repo. ## Context A dev...
Referring to the notebook: https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v2/notebooks/3_NeuralNetworks/autoencoder.ipynb In the following code portion (8th code block of the notebook): `# Optimization process. def run_optimization(x): # Wrap computation inside a GradientTape for automatic differentiation....
Hi @aymericdamien I have run this script [logistic regression.py](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/2_BasicModels/logistic_regression.py) But i met a problem "Dst tensor is not initialized". The detail log is here: ``` Epoch: 0001 cost= 29.917553501 Epoch:...
I changed the eval words to some of my own I end up with this error, any idea why? --------------------------------------------------------------------------- KeyError Traceback (most recent call last) in () 8 9...
Hi, I was experimenting with [logistic regression notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/2_BasicModels/logistic_regression.ipynb). The print functions are not working, it's a small fix but would help beginners tremendously. Please approve my request. Thank you.
I have ideas that are applicable so need hand lender to positively contribute