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
In the Inference_example.py file 'training_dataloader' and 'validation_dataloader' is not defined. When I am using this it shown a error
Traceback (most recent call last):
File "C:\Users\admin\Desktop\Transformer-main\inference_example.py", line 47, in
for i, (src, tgt, tgt_y) in enumerate(training_dataloader):
^^^^^^^^^^^^^^^^^^^
NameError: name 'training_dataloader' is not defined
The text was updated successfully, but these errors were encountered:
In the Inference_example.py file 'training_dataloader' and 'validation_dataloader' is not defined. When I am using this it shown a error
Traceback (most recent call last):
File "C:\Users\admin\Desktop\Transformer-main\inference_example.py", line 47, in
for i, (src, tgt, tgt_y) in enumerate(training_dataloader):
^^^^^^^^^^^^^^^^^^^
NameError: name 'training_dataloader' is not defined
The text was updated successfully, but these errors were encountered: