Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add float16 encoding #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

borg323
Copy link
Member

@borg323 borg323 commented Feb 21, 2023

The encoding is moved to the Weights where it makes sense and can be used where the weights are passed around without needing to keep track of the encoding separately.

@@ -211,7 +218,7 @@ message Format {
UNKNOWN = 0;
LINEAR16 = 1;
}

// Here for comatibility with old nets, the correct one is in Weights.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo in compatibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants