fixed verbosity
This commit is contained in:
parent
f51ada866f
commit
e579e1c88b
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user