Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZJaume <jzaragoza@prompsit.com>2021-11-08 14:22:03 +0300
committerZJaume <jzaragoza@prompsit.com>2021-11-08 14:22:38 +0300
commit71baaa5c68f3567d654f4cbede995da69248eab9 (patch)
tree52fa38b684a539e705223c4308194f9017ff9326 /bicleaner_ai
parent11a5468d818d223580536353e8697b3df040438e (diff)
Remove useless logging info message
Diffstat (limited to 'bicleaner_ai')
-rwxr-xr-xbicleaner_ai/bicleaner_ai_train.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bicleaner_ai/bicleaner_ai_train.py b/bicleaner_ai/bicleaner_ai_train.py
index 2542ea0..5123e46 100755
--- a/bicleaner_ai/bicleaner_ai_train.py
+++ b/bicleaner_ai/bicleaner_ai_train.py
@@ -202,8 +202,6 @@ def perform_training(args):
args.parallel_train.close()
args.parallel_valid.close()
- logging.info("Start training")
-
model_settings = {
"batch_size": args.batch_size,
"epochs": args.epochs,