fixed verbosity

This commit is contained in:
Christian Risi 2025-10-12 00:15:15 +02:00
parent f51ada866f
commit e579e1c88b

View File

@ -154,7 +154,8 @@ while current_epoch < MAX_EPOCHS:
# Task 1 and Task 2 # Task 1 and Task 2
if tasktype == Batch.TaskType.RDF2TXT or tasktype == Batch.TaskType.TEXT2RDF: 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() nano_optim.zero_grad()