Skip to content

yet another TabTransformer issue #79

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

Open
duncanmcelfresh opened this issue Dec 1, 2022 · 1 comment
Open

yet another TabTransformer issue #79

duncanmcelfresh opened this issue Dec 1, 2022 · 1 comment
Labels
bug Something isn't working low-priority

Comments

@duncanmcelfresh
Copy link
Collaborator

occurs on datasets:

  • openml__Bank-Note-Authentication-UCI__361002
  • openml__sulfur__360966

traceback:

Traceback (most recent call last):
  File "/home/shared/tabzilla/TabSurvey/tabzilla_experiment.py", line 137, in __call__
    result = cross_validation(model, self.dataset, self.time_limit)
  File "/home/shared/tabzilla/TabSurvey/tabzilla_utils.py", line 236, in cross_validation
    loss_history, val_loss_history = curr_model.fit(
  File "/home/shared/tabzilla/TabSurvey/models/tabtransformer.py", line 120, in fit
    loss.backward()
  File "/opt/conda/envs/torch/lib/python3.10/site-packages/torch/_tensor.py", line 363, in backward
    torch.autograd.backward(self, gradient, retain_graph, create_graph, inputs=inputs)
  File "/opt/conda/envs/torch/lib/python3.10/site-packages/torch/autograd/__init__.py", line 173, in backward
    Variable._execution_engine.run_backward(  # Calls into the C++ engine to run the backward pass
RuntimeError: self must be a matrix
@duncanmcelfresh duncanmcelfresh added the bug Something isn't working label Dec 1, 2022
@duncanmcelfresh
Copy link
Collaborator Author

also on datasets openml__EgyptianSkulls__5040 and openml__liver-disorders__52948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low-priority
Projects
None yet
Development

No branches or pull requests

1 participant