Can't bind the IDataView column 'SentenceEmbedding' of type 'Single' to field or property 'SentenceEmbedding' of type 'System.Single[]'

Open
#3,042 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp

Research direction

No source file, test, or entry point is named. Start by reproducing the CSV import with the shown columns and compare the IDataView SentenceEmbedding type with the System.Single[] property; determine the supported shape and document the resulting binding behavior.

Written by the indexing model from the issue text.

Description

Image

Why do I receive "System.Single[] or Single" ?

Where is your data located?
My data is csv

What does your data look like?
StartTime,EndTime,Text,SentenceEmbedding,AudioFeatures,IsNewSessionStart

Does your data require transformations?
no

Example

Image

Additional context
SentenceEmbedding data type is float[1024],AudioFeatures data type is float[192]
Image

Dominant language
Dockerfile
Stars
285
Forks
66
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/machinelearning-modelbuilder

All issues in dotnet/machinelearning-modelbuilder

Similar issues

More Machine Learning issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.