opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
130 stars 143 forks source link

Fix root subnetwork weights normalization #411

Closed igoralferov closed 3 months ago

igoralferov commented 3 months ago

Weights are upscaled to u16 for storage. Therefore, weight normalization is required after weights extraction from storage.

distributedstatemachine commented 3 months ago

superseded by https://github.com/opentensor/subtensor/pull/412