dotnet / dotnet/machinelearning-modelbuilder
Can't bind the IDataView column 'SentenceEmbedding' of type 'Single' to field or property 'SentenceEmbedding' of type 'System.Single[]'
- Dominant language
- Dockerfile
- Stars
- 285
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description

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**

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

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.