You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried using 660Ti - went upto 980 and 1080. Doesn't seem to go.
Any solutions???
Also, does this warning have anything to do with it ??
UserWarning: Model inputs must come from a Keras Input layer, they cannot be the output of a previous non-Input layer. Here, a tensor specified as input to "sequential_11_model" was not an Input tensor, it was generated by layer layer_10.
Note that input tensors are instantiated via tensor = Input(shape).
The tensor that caused the issue was: layer_input_10
str(x.name))
The text was updated successfully, but these errors were encountered:
Hello,
When I run this code, it gives me the following error:
Tried using 660Ti - went upto 980 and 1080. Doesn't seem to go.
Any solutions???
Also, does this warning have anything to do with it ??
The text was updated successfully, but these errors were encountered: