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

18 assert implementation is correct #19

Merged
merged 21 commits into from
Oct 31, 2023
Merged

Conversation

Veldhoen
Copy link
Member

@Veldhoen Veldhoen commented Oct 30, 2023

Fixes #18:
Wrote unit tests, asserted implementation was incorrect, and fixed it by small modifications:
model.eval() in feature_extraction module (switches model state from train to eval)
store intermediate results in a list rather than in a concatenated tensor (maintain order & presumably more efficient)

@Veldhoen Veldhoen linked an issue Oct 30, 2023 that may be closed by this pull request
@Veldhoen Veldhoen added the VisXP label Oct 31, 2023
@jblom jblom merged commit a641f4f into main Oct 31, 2023
@jblom jblom deleted the 18-assert-implementation-is-correct branch October 31, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assert implementation is correct
2 participants