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

11/22 Meeting Notes #12

Open
panalluri opened this issue Nov 22, 2024 · 0 comments
Open

11/22 Meeting Notes #12

panalluri opened this issue Nov 22, 2024 · 0 comments

Comments

@panalluri
Copy link
Collaborator

panalluri commented Nov 22, 2024

  • CNN addition problem

    • Increase amount of training data by a lot
    • Move all the constant functions in CNN training into a .py file (or more than one eventually -- e.g. training dataset creation, model architecture setup, model evaluation, etc)
  • CNN complex arithmetic problem

    • same as above
  • Super-resolution problem

    • Super-resolve only AeroBulk input values, not the ones I got off my function analysis
    • Compare HR and LR images for each input
    • Use a much larger set of training data
    • Very different magnitudes for each input problem --> try normalizing beforehand
      • divide everything by order of magnitude (e.g. mean, std) so values end up around 1
    • Plot loss curves for training and testing data together
  • AeroBulk ANN replacement

    • Increase training data size
  • General NN trials

    • How do lr and normalization relate?
      • Multiply targets by N --> see if training losses differ for different Ns
      • Read online about this
    • For CNNs, increase batch size (eventually)
  • Keeping track of different NN training experiments

    • Weights and biases (package and website)
  • Set up Zotero

  • Update diagnostics proposal

  • Meet with Dhurv ahead of time to discuss Chp. 4 presentation topics

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

No branches or pull requests

1 participant