Skip to content

Commit

Permalink
better printout
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Dec 7, 2022
1 parent 77e535b commit a0054e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions customObjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
except ImportError as e:
print ('No Losses module found, ignoring at your own risk. The following error occured:')
print(e)
print('//////////////////')
global_loss_list = {}

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

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

def get_custom_objects():
Expand Down

0 comments on commit a0054e7

Please sign in to comment.