Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue May 23, 2023 · 0 comments

Comments

@jbrepogmailcom
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant