Henrik Forstén
Henrik Forstén
At very low frequencies characteristic impedance of transmission line is complex. skrf doesn't seem to handle it correctly because mixing of port reference impedance `z0` and characteristic impedance of line...
Currently the training code sets batch normalization center parameter to False which disables the learnable beta bias parameters. This forces every batch norm output plane to have zero mean which...
Cast frozen modules to fp16/bf16 when using mixed precision. Add gradient checkpoint command line option. OOMs before on my 8 GB VRAM GPU. With these changes and using `--mixed_precision=fp16 --gradient_checkpointing`...
Everything else except for the SPICE communication should already work on windows. I think SPICE command should be added to some sort global configuration and in "circuits.py" simulate function would...
`Network` class has `port_names` property that assigns a name for each port. This seems to be mainly used for touchstone import and export. It would be useful when connecting N-port...