Skip to content

abxLS submission requires double-precision floating points #18

@sdrobert

Description

@sdrobert

Hello,

Following along with the instructions for task the Zerospeech website, it states

All numbers in the array are encoded as floats.

In the codebase, the expected data type is double-precision and will throw validation errors if that exact type is not met. While definitely floating-point, 64-bit floats are not what is usually meant by "float" (i.e. 32-bit) in PyTorch, Tensorflow, etc.

While admittedly a minor inconvenience, it would be nice if either the website specified the type or if the codebase allowed for all floating-point types.

Thank you for your time,
Sean

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions