The current validation of the provided dtype expects a value to be passed but the default is None. Moreover, for the FHRR VSA model, the dtype used for the weights/phases stored by the FractionalPower embedding are different from the hypervector returned by the embedding, i.e., complex64 means that the weights are float32.
This resolves issue #147.
Checklist
[x] I added/updated documentation for the changes.
Description
The current validation of the provided
dtype
expects a value to be passed but the default isNone
. Moreover, for theFHRR
VSA model, thedtype
used for the weights/phases stored by theFractionalPower
embedding are different from the hypervector returned by the embedding, i.e.,complex64
means that the weights arefloat32
.This resolves issue #147.
Checklist