Skip to content
Snippets Groups Projects
Commit 1dd2d16e authored by Philipp Spilger's avatar Philipp Spilger
Browse files

fix: Remove setting TRACE loglevel in example

* way too much log output in test

Change-Id: I61e7aab55dbc7c6b91909e052ab7b5bc7c93d5e0
parent 40748a07
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,6 @@ import torch
import hxtorch
import hxtorch.spiking as hxsnn
hxtorch.logger.default_config(level=hxtorch.logger.LogLevel.TRACE)
def main():
log = hxtorch.logger.get("hxtorch.examples.spiking.calib_neuron")
......@@ -71,7 +69,6 @@ def main():
if __name__ == "__main__":
hxtorch.logger.default_config(level=hxtorch.logger.LogLevel.TRACE)
for key in ["hxcomm", "grenade", "stadls", "calix"]:
other_logger = hxtorch.logger.get(key)
hxtorch.logger.set_loglevel(other_logger, hxtorch.logger.LogLevel.WARN)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment