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
Hello, I am using your compute_states.py to evaluate our code, but I have a question regarding how to set the true_idx_offset and pred_idx_offset, as I didn't find any information on setting them in your code.
Hello, I am using your compute_states.py to evaluate our code, but I have a question regarding how to set the true_idx_offset and pred_idx_offset, as I didn't find any information on setting them in your code.
Here is the code:
`true_idx_offset = (
true_idx_offset + true_inst_type_all[-1].shape[0] if file_idx != 0 else 0
)
pred_idx_offset = (
pred_idx_offset + pred_inst_type_all[-1].shape[0] #if file_idx != 0 else 0
)`
The text was updated successfully, but these errors were encountered: