Skip to content

Commit

Permalink
feature_len changed
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineYousfi committed Sep 2, 2023
1 parent e826923 commit a40c34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/modeld/models/driving.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "common/util.h"
#include "selfdrive/modeld/models/nav.h"

constexpr int FEATURE_LEN = 128;
constexpr int FEATURE_LEN = 512;
constexpr int HISTORY_BUFFER_LEN = 99;
constexpr int DESIRE_LEN = 8;
constexpr int DESIRE_PRED_LEN = 4;
Expand Down

0 comments on commit a40c34b

Please sign in to comment.