Clarification on Model Update after Outlier Reduction with Images-Only #2055
-
Hi @MaartenGr, Hi All, Clarification on an issue encountered with the model using an images-only training approach. Below is the relevant code snippet we used to train the model:
We observed outliers in the output and proceeded with the outlier reduction method as follows:
However, we encountered an issue when attempting to update the model, as the
Given that our model is trained using only images, providing documents in this context is not feasible. Could you please provide advice or guidance on how to address this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is interesting as I haven't used this images-only procedure with |
Beta Was this translation helpful? Give feedback.
This is interesting as I haven't used this images-only procedure with
.reduce_outliers
and.update_topics
. In all honesty, based on the code I'm seeing in.update_topics
, I don't think this will work unfortunately. Instead, you could use manual topic modeling using the topics you have previously created.