-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i start training,some error notice. #395
Comments
Hi @gxkjj, this error happens when SimBA opens all of your files inside the In your case, when SimBA tries to do this, it finds that those files inside that directory do not have the same column fields. In your case, there are 11 columns that does not exist in all of the files inside the |
@sronilsson Thank you for your reply. |
@gxkjj Got it, three questions: (i) When you open the (ii) Which version are you running for simba, i.e., which version do you see if you type (iii) Can you send me a full screenshot of the error message in the operating system terminal? |
@sronilsson Thank you for your reply, (iii) |
@sronilsson Can you help me with this, thank you very much! |
Hi @gxkjj - I'm sorry I let this slip, thanks for the nudge. In your That is causing the problem. Can you try the following:
|
@sronilsson Thank you very much. It was a successful training. Thank you! |
Thanks @gxkjj - I will insert some warning message in simba, when it finds pixel per milliliter value of 0. |
when i start training,some error notice.
SIMBA INVALID ML TRAINING SET ERROR: 11 feature columns exist in some files, but missing in others. The feature files are found in the project_folder/csv/targets_inserted directory. SimBA expects all files within the project_folder/csv/targets_inserted directory to have the same number of features: the first 10 column names with mismatches are: ['Mouse_nose_to_tail', 'Mouse_Ear_distance', 'Movement_mouse_nose', 'Movement_mouse_tail_base', 'Movement_mouse_left_ear', 'Movement_mouse_right_ear', 'M1_largest_euclidean_distance_hull', 'M1_smallest_euclidean_distance_hull', 'M1_mean_euclidean_distance_hull']
The text was updated successfully, but these errors were encountered: