Thiru Kumaran

Results 9 issues of Thiru Kumaran

Setting a different image size with include_top = False and weights = 'imagenet' as below, ``` base_model_transfer = NASNetLarge(input_shape=(image_shape[0],image_shape[1],3), include_top=False,\ weights='imagenet', input_tensor=None, \ pooling='max', classes=train_generator.num_classes) ``` I obtain a ValueError...

Hello, I cloned and followed the instructions, and put the saved model as specified. Tried predicting images, and it crashes. Any ideas? ``` Restored the saved Model in file: ./model/model.ckpt...

Hi, could you share the model that you trained?

**Is your feature request related to a problem? Please describe.** I would like to add metadata to a Collection itself (so it applied table wide). **Describe the solution you'd like**...

**Is your feature request related to a problem? Please describe.** I discovered theres no way to rename an existing collection. This is a basic feature and should be included. **Describe...

**Is your feature request related to a problem? Please describe.** If theres any information that applies table-wide, theres currently no way to add it in unless we add it as...

💎 Bounty

Hello, Thanks for the amazing app! On ubuntu 16.04, running qmake and make gives ``` lapi.h:33:29: error: ‘function’ in namespace ‘std’ does not name a template type ``` Running qmake...

linked accepted PR in the fastembed library https://github.com/qdrant/fastembed/pull/223 **Description:** FastEmbedEmbeddings does not work without internet, even if the model is already present locally. This is despite providing cache_dir. This is...

â±­: embeddings
🤖:bug
size:XS

Just wondering if there's a way to fetch the video segments in parallel? Think its going 1 by 1 now right now which is quite slow for large files

enhancement