LumenPallidium / neural-file-sorter

A neural network based file sorter. Trains an autoencoder to sort images or audio based on the similarity of their encodings, or uses the OpenAI CLIP model.
MIT License
27 stars 1 forks source link

clip_categories #18

Closed sneccc closed 1 year ago

sneccc commented 1 year ago

hey, is there a limit for clip categories ?

LumenPallidium commented 1 year ago

There shouldn't be any hardcoded limits! Since it is using CLIP to get embedding vectors, there could be limits if you use a HUGE number of them.