Skip to content

Commit 946194c

Browse files
LUCAS MIALICHI DA COSTALUCAS MIALICHI DA COSTA
authored andcommitted
fix
1 parent 154ebfd commit 946194c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neural_network/core/tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test(self, processor: Processor, plot: Union[None, Callable] = None):
3232
total_time = progress_bar.format_dict["elapsed"]
3333

3434
print(
35-
f" - \033[1;34mLoss\033[0m: {avg_loss:.4f}, "
35+
f"\033[1;34mLoss\033[0m: {avg_loss:.4f}, "
3636
f"\033[1;34mAccuracy\033[0m: {avg_accuracy:.4f} "
3737
f"\033[1;33mbatches\033[0m: {num_batches}, "
3838
f"\033[1;36mtime\033[0m: {total_time:.2f} seconds"

0 commit comments

Comments
 (0)