make a note about how the eror drops
parent
25d801bd15
commit
c9d719cb1f
|
@ -97,7 +97,7 @@ def run(args):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.exception("LM Optimization failed")
|
logging.exception("LM Optimization failed")
|
||||||
return
|
return
|
||||||
|
# Error drops from 2764.22 to 0.046
|
||||||
logging.info(f"final error: {graph.error(result)}")
|
logging.info(f"final error: {graph.error(result)}")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue