diff --git a/Playgrounds/nanosocrates-train-experiment-2.py b/Playgrounds/nanosocrates-train-experiment-2.py index fc5d811..d4b6d62 100644 --- a/Playgrounds/nanosocrates-train-experiment-2.py +++ b/Playgrounds/nanosocrates-train-experiment-2.py @@ -154,7 +154,8 @@ while current_epoch < MAX_EPOCHS: # Task 1 and Task 2 if tasktype == Batch.TaskType.RDF2TXT or tasktype == Batch.TaskType.TEXT2RDF: - print(f"\tExecuting TASK 1 or 2 - BATCH {batch_counter}") + if VERBOSE: + print(f"\tExecuting TASK 1 or 2 - BATCH {batch_counter}") nano_optim.zero_grad()