GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst
/machine_learning/deepdive2/introduction_to_tensorflow/labs/write_low_level_code.ipynb
Open
- Dominant language
- Jupyter Notebook
- Stars
- 8.6k
- Forks
- 6.1k
- Avg merge
- 4h 44m
- Merged PRs (30d)
- 2
Description
It is of no consequence, but bonus section has an error:
```
def compute_gradients(X, Y, W):
with tf.GradientTape() as tape:
loss = loss_mse(Xf, Y, W) # <== Should be X
return tape.gradient(loss, W)
```
//Fredrik
Contributor guide
Assessment
This issue has not been assessed yet.