This commit is contained in:
Starbeamrainbowlabs 2022-11-25 16:55:45 +00:00
parent 884c4eb150
commit 51dd484d13
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -76,4 +76,4 @@ def run(args):
print("STDDEV VALUES", tf.stack(calc_stddev).numpy().tolist())
print("OVERALL", "mean", calc_mean.numpy().tolist(), "max", calc_max.numpy().tolist())
logger.write(">>> Complete\n")
logger.info(">>> Complete\n")