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

Implement a Fourier feature neural network codec #11

Merged
merged 29 commits into from
Dec 11, 2024
Merged

Conversation

juntyr
Copy link
Owner

@juntyr juntyr commented Nov 28, 2024

  • add support for mini-batching
  • add back the batch norms
  • make encoding (training) fully reproducible with a provided random seed
  • restore the epoch with the lowest loss, this is literally all we care about
  • log MAE, RMSE, and Linf in input space (so multiplied by stdv), in addition to the loss
  • add tests for the codec config and schema

@juntyr juntyr merged commit 9acf23c into main Dec 11, 2024
18 checks passed
@juntyr juntyr deleted the fourier-network branch December 11, 2024 07:54
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.

1 participant