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
I'm okay with points 1, 2, and 4 in @syncpark's proposal for the model storage. Point 3, however, is outside the scope of this project. I suggest that this aspect be discussed in the review-web project.
On condition that the model could get large, it is indeed a better solution to store them as file and store reference in the database. Further, if the current usage of pretrained collides, then we can store model files there, otherwise, it is better to have a user configurable path designated for storing model file.
As the analysis continues to reconverge, the actual model size keeps increasing. It would be a good idea to store and manage models in the pretrained directory rather than in PostgreSQL.
The following is the model size for a site with high traffic.
Issues:
Proposal:
pretrained
directory instead of Postgres DB.description
column to store model related informationpath
to specify model file pathmodels
API to query model list including kind, descriptionThe text was updated successfully, but these errors were encountered: