ixenion
ixenion
does neat support only 1 hidden layer or multiple hidden layers?
Im sorry for the issue, because I know it should be rather in discussion, but there is near zero activity there... How do I make custom "cleanup" logic right before...
Hey, what's up! How did you manage to conduct sink=sys.stdout test like in your tests/test_add_sinks.py: ```python @repetitions def test_stderr_sink(rep, capsys): log(sys.stderr, rep) out, err = capsys.readouterr() assert out == ""...