Bug: Error "I tensorflow/core/common_runtime/executor.cc:1197] [/device:CPU:0] (DEBUG INFO) Executor start aborting (this does not indicate an error and you can ignore this message): INVALID_ARGUMENT: You must feed a value for placeholder tensor 'Placeholder/_15' with dtype double and shape" #1880
Labels
Bug Description
Bug Reproduction
Code for reproducing the bug:
reg.fit(X_train, y_train, validation_split=vSplit)
Data used by the code:
X_train is 35 columns x 200000 rows type double
y_train is 1 column x 200000 rows type double
Expected Behavior
Setup Details
Include the details about the versions of:
Additional context
The text was updated successfully, but these errors were encountered: