You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to add a new dataset to this framework following the yaml. I got all kind of errors to be honest, but most of them are:
File "/usr/local/lib/python3.8/dist-packages/torch/nn/modules/module.py", line 1445, in _call_impl
result = forward_call(*input, **kwargs)
File "/workspace/models/tft_pyt/modeling.py", line 229, in forward
t_observed_tgt = fused_pointwise_linear_v2(t_tgt_obs, self.t_tgt_embedding_vectors, self.t_tgt_embedding_bias)
RuntimeError: Error instantiating 'training.trainer.CTLTrainer' : The following operation failed in the TorchScript interpreter.
Traceback of TorchScript (most recent call last):
File "/workspace/models/tft_pyt/modeling.py", line 89, in fused_pointwise_linear_v2
def fused_pointwise_linear_v2(x, a, b):
out = x.unsqueeze(3) * a
out = out + b
~~~~~~~ <--- HERE
return out
**RuntimeError: CUDA error: device-side assert triggered**
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Related to TFT/Pytorch
Describe the bug
I'm trying to add a new dataset to this framework following the yaml. I got all kind of errors to be honest, but most of them are:
To Reproduce
Dataset:
config:
Expected behavior
The Training starts.
Environment
The text was updated successfully, but these errors were encountered: