keras-team / autokeras

AutoML library for deep learning
http://autokeras.com/
Apache License 2.0
9.1k stars 1.4k forks source link

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

Open jbrepogmailcom opened 1 year ago

jbrepogmailcom commented 1 year ago

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