Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,702 changes: 2,702 additions & 0 deletions RFAutograd1RectangularPatchAntenna.ipynb
Copy link
Contributor

@yaugenst-flex yaugenst-flex Sep 17, 2025

Choose a reason for hiding this comment

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

Thanks @groberts-flex, heroic effort! I agree it looks great overall, so I'll also mostly resort to nit-picking:

  1. The introduction is a ~20 line paragraph. Splitting this into a couple of shorter paragraphs would make this a lot easier to digest.

  2. The leading image is cut off for me on the right (see screenshot, and notice the scroll bar too):

    Image

    Let's try to make these illustrations fit?

  3. In cell [2], sub_z is assigned twice to different values.

  4. The first optimization loop prints a lot of information at every iteration. I guess this is a matter of taste, but I find it quite noisy and it makes it a bit harder to scroll through the notebook. I feel like trimming this down would help. For example, gradients, updates, and params are somewhat redundant/interchangeable no? And/or reducing the print cadence (also for the second optimization). Basically, the longer these logs are, the more these will eclipse the actual figures and overall flow of the notebook.

  5. Also not sure if this is possible, but can we suppress the validation logs? They're pretty distracting in that loop.

  6. I noticed a couple of typos ("optimziation", "inital"), but i think these should be caught by the spellcheck. On that note, the notebook needs a ruff pass.

Large diffs are not rendered by default.

Loading
Loading