Skip to content

Commit a0054e7

Browse files
committed
better printout
1 parent 77e535b commit a0054e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

customObjects.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
except ImportError as e:
99
print ('No Losses module found, ignoring at your own risk. The following error occured:')
1010
print(e)
11+
print('//////////////////')
1112
global_loss_list = {}
1213

1314
try:
@@ -16,6 +17,7 @@
1617
except ImportError as e:
1718
print ('No Layers module found, ignoring at your own risk. The following error occured:')
1819
print(e)
20+
print('//////////////////')
1921
global_layers_list = {}
2022

2123
try:
@@ -24,6 +26,7 @@
2426
except ImportError as e:
2527
print ('No metrics module found, ignoring at your own risk. The following error occured:')
2628
print(e)
29+
print('//////////////////')
2730
global_metrics_list = {}
2831

2932
def get_custom_objects():

0 commit comments

Comments
 (0)