-
Notifications
You must be signed in to change notification settings - Fork 13
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
Added label file upload for text #495
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The label issue should be fixed now. Could you give it a test? @laurasootes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything works and looks good! If you can remove this one redundant print statement it is ready to go :)
dashboard/callbacks.py
Outdated
@@ -537,9 +559,10 @@ def update_multi_options_t(fn_m, input_text, sel_methods, new_model, new_text, | |||
onnx_model_path, word_vector_path, max_filter_size=5) | |||
|
|||
try: | |||
print ('label:', labelnames) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this print statement
@laurasootes, I have added label file upload support to text as well. However, I am not able to test it due to WSL issues for text. Could you give it a go and let me know if it works fine?