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
As the TCP implementation goes on, I realized that the current settings for the training (i.e., 60 epochs with LR decay after 30 epochs) result in severe overfitting to LANE FOLLOWING mode. It is normal considering the general distribution of the CARLA-based autonomous driving datasets.
Have you tried anything (e.g., weighted sampling) to solve that issue?
The text was updated successfully, but these errors were encountered:
Hi vaydingul, thanks for your feedback and interesting findings. We have not try weighted sampling for TCP. As for the epoch length and LR decay, we do not tune them too much. You are welcomed to try the best setting and share with the community:)
Also, could you specify the meaning of "overfitting to LANE FOLLOWING mode?" More details would be appreciated for the discussion.
Hi everyone,
As the TCP implementation goes on, I realized that the current settings for the training (i.e., 60 epochs with LR decay after 30 epochs) result in severe overfitting to LANE FOLLOWING mode. It is normal considering the general distribution of the CARLA-based autonomous driving datasets.
Have you tried anything (e.g., weighted sampling) to solve that issue?
The text was updated successfully, but these errors were encountered: