neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

commit 83886bd5ed8f8e6dabc99aeafcf2de5d2b2ec439
parent a834cfbd168f0b27ad56c4a3aee9e1e40f91a8cf
Author: Steven Atkinson <steven@atkinson.mn>
Date:   Sun,  9 Apr 2023 18:19:05 -0700

Smaller .nam files (#179)

Remove indent, makes models smaller
Diffstat:
Mnam/models/_exportable.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/nam/models/_exportable.py b/nam/models/_exportable.py @@ -41,7 +41,6 @@ class Exportable(abc.ABC): json.dump( self._get_export_dict(), fp, - indent=4, ) if include_snapshot: x, y = self._export_input_output()