Open shchur opened 2 years ago
@shchur one observation: setting hybridize=False
in the Trainer
also makes the problem disappear.
@shchur one observation: setting
hybridize=False
in theTrainer
also makes the problem disappear.
Thanks a lot for looking into this @lostella! I think hybridize=False
is a good enough workaround for our purposes in AutoGluon (before switching to PyTorch).
@shchur I'm assuming the issue doesn't show up in the implementation from #2536? 🙃
No, the PyTorch version works fine on GPU :)
Description
TemporalFusionTransformerEstimator
crashes when training on GPU withnum_outputs != 3
(any non-default value).To Reproduce
If I change
ctx = mx.context.cpu()
or setnum_outputs=3
, the problem disappears.Error message or code output
Environment
3.9.13
0.9.6
1.9.1-cu112
11.7