keras-team/autokeras

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"

jbrepogmailcom opened this issue · 0 comments

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:

  • OS type and version: Ubuntu 22.04
  • Python: 3.10
  • autokeras: latest (installed around 2023-05-20)
  • keras-tuner: latest (installed around 2023-05-20)
  • scikit-learn: latest (installed around 2023-05-20)
  • numpy: latest (installed around 2023-05-20)
  • pandas:latest (installed around 2023-05-20)
  • tensorflow: latest (installed around 2023-05-20)

Additional context