We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e535b commit a0054e7Copy full SHA for a0054e7
1 file changed
customObjects.py
@@ -8,6 +8,7 @@
8
except ImportError as e:
9
print ('No Losses module found, ignoring at your own risk. The following error occured:')
10
print(e)
11
+ print('//////////////////')
12
global_loss_list = {}
13
14
try:
@@ -16,6 +17,7 @@
16
17
18
print ('No Layers module found, ignoring at your own risk. The following error occured:')
19
20
21
global_layers_list = {}
22
23
@@ -24,6 +26,7 @@
24
26
25
27
print ('No metrics module found, ignoring at your own risk. The following error occured:')
28
29
30
global_metrics_list = {}
31
32
def get_custom_objects():
0 commit comments