David Vieira
Results
2
issues of
David Vieira
When running wsld using the instructions on the doc, it show this error: Failed to listen: Operation not permitted (os error 1) If I run the command with sudo wsld,...
On exercise 2, the code is: import tensorflow as tf print(tf.__version__) **mnist = tf.keras.datasets.fashion_mnist** Therefore, importing the mnist dataset, not the fashion mnist, so all the conclusions is incorrect, we...