Arik Poznanski
Arik Poznanski
# Features ## - Siamese network support - Added support for loading Siamese networks, presenting the inputs side-by-side, and properly calculate activations and gradients for visualization - Supports two types...
Addresses issue #920 Replaced static initialization of complex objects with a initialization on first use. This prevents an undefined behavior on program run, for example, crash in Release build, works...
I've added another option for making the deconv, namely using "guided backpropagation" instead of "Zeiler-Fergus" deconv. Note that the type of deconv to use is passed as a parameter so...
- Enhance device discovery with user-configurable network settings (SSID, network password, subnet address, local IP address) - Refactor smartir_generator.py with type hints and improved error handling