SyntaxError: positional argument follows keyword argument
Wrong:
model.add(tf.keras.layers.Dense(units = 7*7*256, use_bias = False, input_shape(100,)))
Right:
model.add(tf.keras.layers.Dense(units = 7*7*256, use_bias = False, input_shape=(100,)))
Use the command ng version (or ng v ) to find the version of Angular CLI in the current folder. Run it outside of the Angular project, to f...
No comments:
Post a Comment