fixed verbosity

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

View File

@ -154,6 +154,7 @@ while current_epoch < MAX_EPOCHS:
# Task 1 and Task 2
if tasktype == Batch.TaskType.RDF2TXT or tasktype == Batch.TaskType.TEXT2RDF:
if VERBOSE:
print(f"\tExecuting TASK 1 or 2 - BATCH {batch_counter}")
nano_optim.zero_grad()