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
When I try to run the code:"python3 val_apollo.py"
I get a run error:
NameError: name 'Dataset' is not defined
After comparing with val_openlane.py
I think there should be a missing line of code in val_apollo.py which is:
"from torch.utils.data import Dataset,DataLoader"
The text was updated successfully, but these errors were encountered:
When I try to run the code:"python3 val_apollo.py"
I get a run error:
NameError: name 'Dataset' is not defined
After comparing with val_openlane.py
I think there should be a missing line of code in val_apollo.py which is:
"from torch.utils.data import Dataset,DataLoader"
The text was updated successfully, but these errors were encountered: