Last active
November 15, 2019 01:25
-
-
Save rsandler00/419e339f4de676e493a4201cbaec9bea to your computer and use it in GitHub Desktop.
Saved_model --> TensorRT Readout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
isi@nano:~/Emulsefai$ python tst.py | |
2019-11-14 16:51:49.211844: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 | |
2019-11-14 16:52:01.519426: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 | |
WARNING:tensorflow:From tst.py:6: The name tf.enable_eager_execution is deprecated. Please use tf.compat.v1.enable_eager_execution instead. | |
2019-11-14 16:52:05.991091: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcuda.so.1 | |
2019-11-14 16:52:06.003322: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:06.003476: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties: | |
name: NVIDIA Tegra X1 major: 5 minor: 3 memoryClockRate(GHz): 0.9216 | |
pciBusID: 0000:00:00.0 | |
2019-11-14 16:52:06.003537: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 | |
2019-11-14 16:52:06.003638: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0 | |
2019-11-14 16:52:06.003733: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcufft.so.10.0 | |
2019-11-14 16:52:06.003887: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcurand.so.10.0 | |
2019-11-14 16:52:06.007197: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusolver.so.10.0 | |
2019-11-14 16:52:06.009762: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusparse.so.10.0 | |
2019-11-14 16:52:06.009951: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7 | |
2019-11-14 16:52:06.010222: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:06.010623: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:06.010792: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0 | |
2019-11-14 16:52:06.031797: W tensorflow/core/platform/profile_utils/cpu_utils.cc:98] Failed to find bogomips in /proc/cpuinfo; cannot determine CPU frequency | |
2019-11-14 16:52:06.034459: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x2bcb3c50 executing computations on platform Host. Devices: | |
2019-11-14 16:52:06.035093: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): <undefined>, <undefined> | |
2019-11-14 16:52:06.103904: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:06.104196: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x2a0d5ec0 executing computations on platform CUDA. Devices: | |
2019-11-14 16:52:06.104250: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): NVIDIA Tegra X1, Compute Capability 5.3 | |
2019-11-14 16:52:06.104733: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:06.104850: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties: | |
name: NVIDIA Tegra X1 major: 5 minor: 3 memoryClockRate(GHz): 0.9216 | |
pciBusID: 0000:00:00.0 | |
2019-11-14 16:52:06.104919: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 | |
2019-11-14 16:52:06.104994: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0 | |
2019-11-14 16:52:06.105048: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcufft.so.10.0 | |
2019-11-14 16:52:06.105096: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcurand.so.10.0 | |
2019-11-14 16:52:06.105146: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusolver.so.10.0 | |
2019-11-14 16:52:06.105192: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusparse.so.10.0 | |
2019-11-14 16:52:06.105236: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7 | |
2019-11-14 16:52:06.105421: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:06.105651: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:06.105731: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0 | |
2019-11-14 16:52:07.789151: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix: | |
2019-11-14 16:52:07.789222: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0 | |
2019-11-14 16:52:07.789253: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N | |
2019-11-14 16:52:07.789648: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:07.789959: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:07.790119: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 1127 MB memory) -> physical GPU (device: 0, name: NVIDIA Tegra X1, pci bus id: 0000:00:00.0, compute capability: 5.3) | |
2019-11-14 16:52:07.862734: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_and_return_conditional_losses_42 | |
2019-11-14 16:52:08.079489: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_and_return_conditional_losses_84 | |
2019-11-14 16:52:08.174992: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_11_layer_call_and_return_conditional_losses_103 | |
2019-11-14 16:52:08.208176: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_11_layer_call_fn_111 | |
2019-11-14 16:52:08.422116: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_and_return_conditional_losses_153 | |
2019-11-14 16:52:08.460477: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_fn_163 | |
2019-11-14 16:52:08.551257: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_4_layer_call_and_return_conditional_losses_182 | |
2019-11-14 16:52:08.584395: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_4_layer_call_fn_190 | |
2019-11-14 16:52:08.801155: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_and_return_conditional_losses_232 | |
2019-11-14 16:52:08.897941: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_and_return_conditional_losses_256 | |
2019-11-14 16:52:08.935281: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_fn_266 | |
2019-11-14 16:52:09.029201: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_and_return_conditional_losses_290 | |
2019-11-14 16:52:09.066859: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_fn_300 | |
2019-11-14 16:52:09.122546: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_1_313 | |
2019-11-14 16:52:09.178727: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_0_326 | |
2019-11-14 16:52:09.275549: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_and_return_conditional_losses_350 | |
2019-11-14 16:52:09.313266: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_fn_360 | |
2019-11-14 16:52:09.528873: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_and_return_conditional_losses_402 | |
2019-11-14 16:52:09.627412: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_and_return_conditional_losses_426 | |
2019-11-14 16:52:09.846680: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_and_return_conditional_losses_468 | |
2019-11-14 16:52:09.885199: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_fn_478 | |
2019-11-14 16:52:09.976537: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_layer_call_and_return_conditional_losses_497 | |
2019-11-14 16:52:10.009822: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_layer_call_fn_505 | |
2019-11-14 16:52:10.065416: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_4_518 | |
2019-11-14 16:52:10.121059: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_11_531 | |
2019-11-14 16:52:10.336304: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_and_return_conditional_losses_573 | |
2019-11-14 16:52:10.551188: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_and_return_conditional_losses_615 | |
2019-11-14 16:52:10.589542: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_fn_625 | |
2019-11-14 16:52:10.807897: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_and_return_conditional_losses_667 | |
2019-11-14 16:52:10.903151: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_and_return_conditional_losses_691 | |
2019-11-14 16:52:10.994441: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_2_layer_call_and_return_conditional_losses_710 | |
2019-11-14 16:52:11.033715: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_2_layer_call_fn_718 | |
2019-11-14 16:52:11.125089: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_6_layer_call_and_return_conditional_losses_737 | |
2019-11-14 16:52:11.158563: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_6_layer_call_fn_745 | |
2019-11-14 16:52:11.373065: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_and_return_conditional_losses_787 | |
2019-11-14 16:52:11.591288: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_and_return_conditional_losses_829 | |
2019-11-14 16:52:11.647950: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_3_842 | |
2019-11-14 16:52:11.703650: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_10_855 | |
2019-11-14 16:52:11.797873: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_and_return_conditional_losses_879 | |
2019-11-14 16:52:11.894592: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_and_return_conditional_losses_903 | |
2019-11-14 16:52:11.932051: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_fn_913 | |
2019-11-14 16:52:12.144362: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_and_return_conditional_losses_955 | |
2019-11-14 16:52:12.182824: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_fn_965 | |
2019-11-14 16:52:12.240194: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_7_978 | |
2019-11-14 16:52:12.455786: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_and_return_conditional_losses_1020 | |
2019-11-14 16:52:12.494384: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_fn_1030 | |
2019-11-14 16:52:12.707971: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_and_return_conditional_losses_1072 | |
2019-11-14 16:52:12.746367: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_fn_1082 | |
2019-11-14 16:52:12.805394: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_8_1095 | |
2019-11-14 16:52:12.901232: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_and_return_conditional_losses_1119 | |
2019-11-14 16:52:12.938713: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_fn_1129 | |
2019-11-14 16:52:13.033257: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_and_return_conditional_losses_1153 | |
2019-11-14 16:52:13.124691: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_5_layer_call_and_return_conditional_losses_1172 | |
2019-11-14 16:52:13.159660: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_5_layer_call_fn_1180 | |
2019-11-14 16:52:13.254268: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_and_return_conditional_losses_1204 | |
2019-11-14 16:52:13.291752: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_fn_1214 | |
2019-11-14 16:52:13.506166: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_and_return_conditional_losses_1256 | |
2019-11-14 16:52:13.603219: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_and_return_conditional_losses_1280 | |
2019-11-14 16:52:13.659316: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_9_1293 | |
2019-11-14 16:52:13.752969: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_8_layer_call_and_return_conditional_losses_1312 | |
2019-11-14 16:52:13.786184: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_8_layer_call_fn_1320 | |
2019-11-14 16:52:14.004744: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_and_return_conditional_losses_1362 | |
2019-11-14 16:52:14.043130: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_fn_1372 | |
2019-11-14 16:52:14.823381: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_and_return_conditional_losses_1414 | |
2019-11-14 16:52:14.920783: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_and_return_conditional_losses_1438 | |
2019-11-14 16:52:14.976758: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_5_1451 | |
2019-11-14 16:52:15.189056: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_and_return_conditional_losses_1493 | |
2019-11-14 16:52:15.227685: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_fn_1503 | |
2019-11-14 16:52:15.323409: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_and_return_conditional_losses_1527 | |
2019-11-14 16:52:17.131838: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference___call___1909 | |
2019-11-14 16:52:18.968537: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference___call___2292 | |
2019-11-14 16:52:19.264062: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference__traced_save_2383 | |
2019-11-14 16:52:19.361997: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_10_layer_call_and_return_conditional_losses_2402 | |
2019-11-14 16:52:19.395290: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_10_layer_call_fn_2410 | |
2019-11-14 16:52:19.493021: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_and_return_conditional_losses_2434 | |
2019-11-14 16:52:19.530545: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_fn_2444 | |
2019-11-14 16:52:21.971337: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference___call___2826 | |
2019-11-14 16:52:22.174200: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_signature_wrapper_2906 | |
2019-11-14 16:52:22.268531: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_and_return_conditional_losses_2930 | |
2019-11-14 16:52:22.361529: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_9_layer_call_and_return_conditional_losses_2949 | |
2019-11-14 16:52:22.394604: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_9_layer_call_fn_2957 | |
2019-11-14 16:52:22.488486: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_and_return_conditional_losses_2981 | |
2019-11-14 16:52:22.526007: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_fn_2991 | |
2019-11-14 16:52:22.621490: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_and_return_conditional_losses_3015 | |
2019-11-14 16:52:22.833718: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_and_return_conditional_losses_3057 | |
2019-11-14 16:52:22.871984: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_fn_3067 | |
2019-11-14 16:52:22.965414: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_3_layer_call_and_return_conditional_losses_3086 | |
2019-11-14 16:52:22.998577: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_3_layer_call_fn_3094 | |
2019-11-14 16:52:23.092624: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_and_return_conditional_losses_3118 | |
2019-11-14 16:52:23.129998: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_fn_3128 | |
2019-11-14 16:52:23.879512: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference__traced_restore_3355 | |
2019-11-14 16:52:23.982308: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_and_return_conditional_losses_3379 | |
2019-11-14 16:52:24.019851: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_fn_3389 | |
2019-11-14 16:52:24.113636: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_and_return_conditional_losses_3413 | |
2019-11-14 16:52:24.208336: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_and_return_conditional_losses_3437 | |
2019-11-14 16:52:24.247612: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_fn_3447 | |
2019-11-14 16:52:24.458864: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_and_return_conditional_losses_3489 | |
2019-11-14 16:52:24.497263: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_fn_3499 | |
2019-11-14 16:52:24.592925: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_and_return_conditional_losses_3523 | |
2019-11-14 16:52:24.630687: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_fn_3533 | |
2019-11-14 16:52:24.721386: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_1_layer_call_and_return_conditional_losses_3552 | |
2019-11-14 16:52:24.754693: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_1_layer_call_fn_3560 | |
2019-11-14 16:52:24.850895: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_and_return_conditional_losses_3584 | |
2019-11-14 16:52:25.063594: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_and_return_conditional_losses_3626 | |
2019-11-14 16:52:25.278304: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_and_return_conditional_losses_3668 | |
2019-11-14 16:52:25.492499: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_and_return_conditional_losses_3710 | |
2019-11-14 16:52:25.530901: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_fn_3720 | |
2019-11-14 16:52:25.621761: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_7_layer_call_and_return_conditional_losses_3739 | |
2019-11-14 16:52:25.655214: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_7_layer_call_fn_3747 | |
2019-11-14 16:52:25.869428: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_and_return_conditional_losses_3789 | |
2019-11-14 16:52:25.907798: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_fn_3799 | |
2019-11-14 16:52:26.001921: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_and_return_conditional_losses_3823 | |
2019-11-14 16:52:26.059774: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_6_3836 | |
2019-11-14 16:52:26.115365: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_2_3849 | |
2019-11-14 16:52:27.562235: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_signature_wrapper_2906 | |
2019-11-14 16:52:28.873704: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:28.873858: I tensorflow/core/grappler/devices.cc:55] Number of eligible GPUs (core count >= 8, compute capability >= 0.0): 0 | |
2019-11-14 16:52:28.874060: I tensorflow/core/grappler/clusters/single_machine.cc:359] Starting new session | |
2019-11-14 16:52:28.875505: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:28.875643: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties: | |
name: NVIDIA Tegra X1 major: 5 minor: 3 memoryClockRate(GHz): 0.9216 | |
pciBusID: 0000:00:00.0 | |
2019-11-14 16:52:28.875721: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 | |
2019-11-14 16:52:28.875803: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0 | |
2019-11-14 16:52:28.875857: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcufft.so.10.0 | |
2019-11-14 16:52:28.875901: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcurand.so.10.0 | |
2019-11-14 16:52:28.875953: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusolver.so.10.0 | |
2019-11-14 16:52:28.876000: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusparse.so.10.0 | |
2019-11-14 16:52:28.876045: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7 | |
2019-11-14 16:52:28.876236: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:28.876464: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:28.876544: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0 | |
2019-11-14 16:52:28.876610: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix: | |
2019-11-14 16:52:28.876643: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0 | |
2019-11-14 16:52:28.876668: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N | |
2019-11-14 16:52:28.876870: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:28.877118: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:28.877232: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 1127 MB memory) -> physical GPU (device: 0, name: NVIDIA Tegra X1, pci bus id: 0000:00:00.0, compute capability: 5.3) | |
2019-11-14 16:52:29.256569: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:739] Optimization results for grappler item: graph_to_optimize | |
2019-11-14 16:52:29.256657: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:741] function_optimizer: Graph size after: 456 nodes (380), 888 edges (811), time = 52.281ms. | |
2019-11-14 16:52:29.256683: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:741] function_optimizer: function_optimizer did nothing. time = 1.091ms. | |
2019-11-14 16:52:33.168030: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:33.168183: I tensorflow/core/grappler/devices.cc:55] Number of eligible GPUs (core count >= 8, compute capability >= 0.0): 0 | |
2019-11-14 16:52:33.168381: I tensorflow/core/grappler/clusters/single_machine.cc:359] Starting new session | |
2019-11-14 16:52:33.169463: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:33.169601: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties: | |
name: NVIDIA Tegra X1 major: 5 minor: 3 memoryClockRate(GHz): 0.9216 | |
pciBusID: 0000:00:00.0 | |
2019-11-14 16:52:33.169695: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 | |
2019-11-14 16:52:33.169788: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0 | |
2019-11-14 16:52:33.169878: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcufft.so.10.0 | |
2019-11-14 16:52:33.169963: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcurand.so.10.0 | |
2019-11-14 16:52:33.170032: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusolver.so.10.0 | |
2019-11-14 16:52:33.170084: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusparse.so.10.0 | |
2019-11-14 16:52:33.170159: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7 | |
2019-11-14 16:52:33.170449: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:33.170787: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:33.170885: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0 | |
2019-11-14 16:52:33.170964: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix: | |
2019-11-14 16:52:33.171009: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0 | |
2019-11-14 16:52:33.171034: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N | |
2019-11-14 16:52:33.171287: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:33.171588: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:52:33.171716: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 1127 MB memory) -> physical GPU (device: 0, name: NVIDIA Tegra X1, pci bus id: 0000:00:00.0, compute capability: 5.3) | |
2019-11-14 16:52:33.648701: I tensorflow/compiler/tf2tensorrt/segment/segment.cc:460] There are 32 ops of 6 different types in the graph that are not converted to TensorRT: Identity, AddV2, SplitV, Conv3D, NoOp, Placeholder, (For more information see https://docs.nvidia.com/deeplearning/dgx/tf-trt-user-guide/index.html#supported-ops). | |
2019-11-14 16:52:33.655515: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:733] Number of TensorRT candidate segments: 15 | |
2019-11-14 16:52:33.685979: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 | |
2019-11-14 16:52:33.686365: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node TRTEngineOp_0 added for segment 0 consisting of 3 nodes succeeded. | |
2019-11-14 16:52:33.687272: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_1 added for segment 1 consisting of 17 nodes succeeded. | |
2019-11-14 16:52:33.688253: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node TRTEngineOp_2 added for segment 2 consisting of 8 nodes succeeded. | |
2019-11-14 16:52:33.688805: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_3 added for segment 3 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.689183: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_4 added for segment 4 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.689567: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_5 added for segment 5 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.689900: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_6 added for segment 6 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.690271: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_7 added for segment 7 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.690637: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_8 added for segment 8 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.691019: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_9 added for segment 9 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.691387: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_10 added for segment 10 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.691736: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_11 added for segment 11 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.692091: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_12 added for segment 12 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.692467: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_13 added for segment 13 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.692798: I tensorflow/compiler/tf2tensorrt/convert/convert_graph.cc:835] TensorRT node StatefulPartitionedCall/TRTEngineOp_14 added for segment 14 consisting of 5 nodes succeeded. | |
2019-11-14 16:52:33.709654: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:739] Optimization results for grappler item: tf_graph | |
2019-11-14 16:52:33.709739: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:741] constant folding: Graph size after: 268 nodes (-148), 552 edges (-284), time = 81.455ms. | |
2019-11-14 16:52:33.709777: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:741] layout: Graph size after: 268 nodes (0), 552 edges (0), time = 18.951ms. | |
2019-11-14 16:52:33.709804: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:741] constant folding: Graph size after: 268 nodes (0), 552 edges (0), time = 28.545ms. | |
2019-11-14 16:52:33.709830: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:741] TensorRTOptimizer: Graph size after: 195 nodes (-73), 386 edges (-166), time = 72.001ms. | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.119387: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_0) | |
2019-11-14 16:52:43.119519: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_0) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.216912: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_3) | |
2019-11-14 16:52:43.217024: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_3) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.312861: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_13) | |
2019-11-14 16:52:43.312950: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_13) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.409297: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_5) | |
2019-11-14 16:52:43.409388: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_5) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.508570: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_11) | |
2019-11-14 16:52:43.508659: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_11) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.604100: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_14) | |
2019-11-14 16:52:43.604193: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_14) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.709721: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_6) | |
2019-11-14 16:52:43.709812: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_6) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.805791: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_12) | |
2019-11-14 16:52:43.805882: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_12) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.901171: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_4) | |
2019-11-14 16:52:43.901264: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_4) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:43.996463: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_7) | |
2019-11-14 16:52:43.996567: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_7) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:44.092759: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_1) | |
2019-11-14 16:52:44.092850: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_1) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:44.187746: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_8) | |
2019-11-14 16:52:44.187843: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_8) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:44.287375: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_9) | |
2019-11-14 16:52:44.287488: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_9) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:44.382839: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_10) | |
2019-11-14 16:52:44.382935: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_10) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function TrtGraphConverterV2.save.<locals>._dump_trt_cache at 0x7f55113488>: AttributeError: module 'gast' has no attribute 'Str' | |
2019-11-14 16:52:44.478084: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_resource_ops.cc:170 : Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_2) | |
2019-11-14 16:52:44.478178: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Not found: Container TF-TRT-Engine-Cache does not exist. (Could not find resource: TF-TRT-Engine-Cache/TRTEngineOp_2) | |
[[{{node DumpTRTEngineCache}}]] | |
WARNING:tensorflow:Entity <function canonicalize_signatures.<locals>.signature_wrapper at 0x7ed7030730> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function canonicalize_signatures.<locals>.signature_wrapper at 0x7ed7030730>: AssertionError: Bad argument number for Name: 3, expecting 4 | |
2019-11-14 16:52:44.603715: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_pruned_6817 | |
2019-11-14 16:52:44.610710: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_4_native_segment | |
2019-11-14 16:52:44.611000: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_5_native_segment | |
2019-11-14 16:52:44.611198: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: TRTEngineOp_2_native_segment | |
2019-11-14 16:52:44.611424: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_1_native_segment | |
2019-11-14 16:52:44.611903: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: TRTEngineOp_0_native_segment | |
2019-11-14 16:52:44.612054: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_7_native_segment | |
2019-11-14 16:52:44.612242: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_6_native_segment | |
2019-11-14 16:52:44.612429: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_3_native_segment | |
2019-11-14 16:52:44.612632: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_13_native_segment | |
2019-11-14 16:52:44.612863: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_9_native_segment | |
2019-11-14 16:52:44.613070: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_11_native_segment | |
2019-11-14 16:52:44.613252: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_8_native_segment | |
2019-11-14 16:52:44.613430: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_14_native_segment | |
2019-11-14 16:52:44.613626: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_10_native_segment | |
2019-11-14 16:52:44.613805: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: StatefulPartitionedCall/TRTEngineOp_12_native_segment | |
WARNING:tensorflow:Entity <function Function._initialize_uninitialized_variables.<locals>.initialize_variables at 0x7f50c4d840> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <function Function._initialize_uninitialized_variables.<locals>.initialize_variables at 0x7f50c4d840>: AttributeError: module 'gast' has no attribute 'Num' | |
WARNING:tensorflow:From tst.py:33: The name tf.saved_model.load_v2 is deprecated. Please use tf.compat.v2.saved_model.load instead. | |
WARNING:tensorflow:From tst.py:33: The name tf.saved_model.tag_constants.SERVING is deprecated. Please use tf.saved_model.SERVING instead. | |
2019-11-14 16:53:08.460835: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_and_return_conditional_losses_7576 | |
2019-11-14 16:53:08.499583: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_fn_7586 | |
2019-11-14 16:53:08.599093: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_and_return_conditional_losses_7610 | |
2019-11-14 16:53:08.636649: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_fn_7620 | |
2019-11-14 16:53:08.851296: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_and_return_conditional_losses_7662 | |
2019-11-14 16:53:08.889681: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_fn_7672 | |
2019-11-14 16:53:08.983603: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_and_return_conditional_losses_7696 | |
2019-11-14 16:53:09.021253: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_fn_7706 | |
2019-11-14 16:53:09.078517: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_10_7719 | |
2019-11-14 16:53:09.112178: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_6_native_segment_7728 | |
2019-11-14 16:53:09.167649: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_8_7741 | |
2019-11-14 16:53:09.223297: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_9_7754 | |
2019-11-14 16:53:09.319226: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_1_layer_call_and_return_conditional_losses_7773 | |
2019-11-14 16:53:09.352216: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_1_layer_call_fn_7781 | |
2019-11-14 16:53:09.384290: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_8_native_segment_7790 | |
2019-11-14 16:53:09.482536: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_4_layer_call_and_return_conditional_losses_7809 | |
2019-11-14 16:53:09.515834: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_4_layer_call_fn_7817 | |
2019-11-14 16:53:09.609577: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_and_return_conditional_losses_7841 | |
2019-11-14 16:53:09.643595: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_12_native_segment_7850 | |
2019-11-14 16:53:09.932644: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference__traced_save_7941 | |
2019-11-14 16:53:10.026550: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_layer_call_and_return_conditional_losses_7960 | |
2019-11-14 16:53:10.059797: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_layer_call_fn_7968 | |
2019-11-14 16:53:10.093181: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_5_native_segment_7977 | |
2019-11-14 16:53:10.148267: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_4_7990 | |
2019-11-14 16:53:10.242154: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_and_return_conditional_losses_8014 | |
2019-11-14 16:53:10.457060: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_and_return_conditional_losses_8056 | |
2019-11-14 16:53:10.552022: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_and_return_conditional_losses_8080 | |
2019-11-14 16:53:10.589332: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_fn_8090 | |
2019-11-14 16:53:10.685013: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_and_return_conditional_losses_8114 | |
2019-11-14 16:53:10.783895: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_6_layer_call_and_return_conditional_losses_8133 | |
2019-11-14 16:53:10.816978: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_6_layer_call_fn_8141 | |
2019-11-14 16:53:11.030616: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_and_return_conditional_losses_8183 | |
2019-11-14 16:53:11.244938: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_and_return_conditional_losses_8225 | |
2019-11-14 16:53:11.283012: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_fn_8235 | |
2019-11-14 16:53:11.497789: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_and_return_conditional_losses_8277 | |
2019-11-14 16:53:11.540288: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_fn_8287 | |
2019-11-14 16:53:11.635102: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_and_return_conditional_losses_8311 | |
2019-11-14 16:53:11.672779: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_fn_8321 | |
2019-11-14 16:53:11.886694: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_and_return_conditional_losses_8363 | |
2019-11-14 16:53:11.925212: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_fn_8373 | |
2019-11-14 16:53:12.139870: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_and_return_conditional_losses_8415 | |
2019-11-14 16:53:12.178000: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_fn_8425 | |
2019-11-14 16:53:12.389714: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_and_return_conditional_losses_8467 | |
2019-11-14 16:53:12.428274: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_fn_8477 | |
2019-11-14 16:53:12.485723: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_11_8490 | |
2019-11-14 16:53:12.697856: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_and_return_conditional_losses_8532 | |
2019-11-14 16:53:12.913271: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_and_return_conditional_losses_8574 | |
2019-11-14 16:53:13.012099: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_and_return_conditional_losses_8598 | |
2019-11-14 16:53:13.051338: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_fn_8608 | |
2019-11-14 16:53:13.085472: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_7_native_segment_8617 | |
2019-11-14 16:53:13.300871: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_and_return_conditional_losses_8659 | |
2019-11-14 16:53:13.342821: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_fn_8669 | |
2019-11-14 16:53:14.099748: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference__traced_restore_8896 | |
2019-11-14 16:53:14.199167: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_and_return_conditional_losses_8920 | |
2019-11-14 16:53:14.233296: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_3_native_segment_8929 | |
2019-11-14 16:53:14.288726: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_0_8942 | |
2019-11-14 16:53:14.322704: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_13_native_segment_8951 | |
2019-11-14 16:53:14.420442: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_and_return_conditional_losses_8975 | |
2019-11-14 16:53:14.457795: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_fn_8985 | |
2019-11-14 16:53:14.494259: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_11_native_segment_8994 | |
2019-11-14 16:53:15.402069: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_7_9007 | |
2019-11-14 16:53:15.492944: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_3_layer_call_and_return_conditional_losses_9026 | |
2019-11-14 16:53:15.526010: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_3_layer_call_fn_9034 | |
2019-11-14 16:53:15.739778: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_and_return_conditional_losses_9076 | |
2019-11-14 16:53:15.774997: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_14_native_segment_9085 | |
2019-11-14 16:53:19.450222: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_pruned_9284 | |
2019-11-14 16:53:19.499886: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_signature_wrapper_9292 | |
2019-11-14 16:53:19.593942: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_and_return_conditional_losses_9316 | |
2019-11-14 16:53:19.631622: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_fn_9326 | |
2019-11-14 16:53:19.725018: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_and_return_conditional_losses_9350 | |
2019-11-14 16:53:19.764584: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_fn_9360 | |
2019-11-14 16:53:19.855347: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_5_layer_call_and_return_conditional_losses_9379 | |
2019-11-14 16:53:19.888564: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_5_layer_call_fn_9387 | |
2019-11-14 16:53:20.101420: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_and_return_conditional_losses_9429 | |
2019-11-14 16:53:21.923961: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference___call___9812 | |
2019-11-14 16:53:21.992119: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_1_9825 | |
2019-11-14 16:53:22.089655: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_3_layer_call_and_return_conditional_losses_9849 | |
2019-11-14 16:53:22.149160: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_2_9862 | |
2019-11-14 16:53:22.362155: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_and_return_conditional_losses_9904 | |
2019-11-14 16:53:22.573962: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_and_return_conditional_losses_9946 | |
2019-11-14 16:53:22.668824: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_2_layer_call_and_return_conditional_losses_9965 | |
2019-11-14 16:53:22.701851: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_2_layer_call_fn_9973 | |
2019-11-14 16:53:22.757039: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_3_9986 | |
2019-11-14 16:53:22.970419: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_and_return_conditional_losses_10028 | |
2019-11-14 16:53:23.066032: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_and_return_conditional_losses_10052 | |
2019-11-14 16:53:23.103340: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_fn_10062 | |
2019-11-14 16:53:23.322794: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_and_return_conditional_losses_10104 | |
2019-11-14 16:53:23.383524: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_5_10117 | |
2019-11-14 16:53:23.479609: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_and_return_conditional_losses_10141 | |
2019-11-14 16:53:25.274624: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference___call___10523 | |
2019-11-14 16:53:25.319498: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_9_native_segment_10532 | |
2019-11-14 16:53:25.410062: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_11_layer_call_and_return_conditional_losses_10551 | |
2019-11-14 16:53:25.446560: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_11_layer_call_fn_10559 | |
2019-11-14 16:53:25.537456: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_8_layer_call_and_return_conditional_losses_10578 | |
2019-11-14 16:53:25.570563: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_8_layer_call_fn_10586 | |
2019-11-14 16:53:25.665249: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_10_layer_call_and_return_conditional_losses_10605 | |
2019-11-14 16:53:25.698417: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_10_layer_call_fn_10613 | |
2019-11-14 16:53:26.708962: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_and_return_conditional_losses_10637 | |
2019-11-14 16:53:26.931006: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_and_return_conditional_losses_10679 | |
2019-11-14 16:53:26.969358: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_5_layer_call_fn_10689 | |
2019-11-14 16:53:27.064428: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_1_native_segment_10712 | |
2019-11-14 16:53:27.103679: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_TRTEngineOp_2_native_segment_10724 | |
2019-11-14 16:53:27.123984: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_TRTEngineOp_0_native_segment_10731 | |
2019-11-14 16:53:27.340074: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_and_return_conditional_losses_10773 | |
2019-11-14 16:53:27.378312: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_fn_10783 | |
2019-11-14 16:53:27.472144: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_and_return_conditional_losses_10807 | |
2019-11-14 16:53:27.509259: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_13_layer_call_fn_10817 | |
2019-11-14 16:53:27.722798: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_23_layer_call_and_return_conditional_losses_10859 | |
2019-11-14 16:53:27.937246: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_and_return_conditional_losses_10901 | |
2019-11-14 16:53:27.975376: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_fn_10911 | |
2019-11-14 16:53:28.069202: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_11_layer_call_and_return_conditional_losses_10935 | |
2019-11-14 16:53:28.124817: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_loss_fn_6_10948 | |
2019-11-14 16:53:28.215575: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_9_layer_call_and_return_conditional_losses_10967 | |
2019-11-14 16:53:28.248658: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_9_layer_call_fn_10975 | |
2019-11-14 16:53:28.344807: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_19_layer_call_and_return_conditional_losses_10999 | |
2019-11-14 16:53:28.377618: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_10_native_segment_11008 | |
2019-11-14 16:53:28.412155: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_StatefulPartitionedCall/TRTEngineOp_4_native_segment_11017 | |
2019-11-14 16:53:28.506444: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_9_layer_call_and_return_conditional_losses_11041 | |
2019-11-14 16:53:28.599979: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_7_layer_call_and_return_conditional_losses_11060 | |
2019-11-14 16:53:28.633058: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_conv3d_7_layer_call_fn_11068 | |
2019-11-14 16:53:28.727201: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_and_return_conditional_losses_11092 | |
2019-11-14 16:53:28.764695: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_7_layer_call_fn_11102 | |
2019-11-14 16:53:28.858736: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_and_return_conditional_losses_11126 | |
2019-11-14 16:53:28.895985: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_15_layer_call_fn_11136 | |
2019-11-14 16:53:29.114351: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_and_return_conditional_losses_11178 | |
2019-11-14 16:53:29.158175: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_1_layer_call_fn_11188 | |
2019-11-14 16:53:29.253541: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_17_layer_call_and_return_conditional_losses_11212 | |
2019-11-14 16:53:29.465781: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_and_return_conditional_losses_11254 | |
2019-11-14 16:53:29.563482: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_batch_normalization_21_layer_call_and_return_conditional_losses_11278 | |
2019-11-14 16:53:30.045545: W tensorflow/core/common_runtime/eager/context.cc:371] Added two functions with the same name: __inference_signature_wrapper_9292 | |
WARNING:tensorflow:From tst.py:34: The name tf.saved_model.signature_constants.DEFAULT_SERVING_SIGNATURE_DEF_KEY is deprecated. Please use tf.saved_model.DEFAULT_SERVING_SIGNATURE_DEF_KEY instead. | |
2019-11-14 16:53:32.924472: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:53:32.924637: I tensorflow/core/grappler/devices.cc:55] Number of eligible GPUs (core count >= 8, compute capability >= 0.0): 0 | |
2019-11-14 16:53:32.924850: I tensorflow/core/grappler/clusters/single_machine.cc:359] Starting new session | |
2019-11-14 16:53:32.925980: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:53:32.926167: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties: | |
name: NVIDIA Tegra X1 major: 5 minor: 3 memoryClockRate(GHz): 0.9216 | |
pciBusID: 0000:00:00.0 | |
2019-11-14 16:53:32.926261: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 | |
2019-11-14 16:53:32.926343: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0 | |
2019-11-14 16:53:32.926399: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcufft.so.10.0 | |
2019-11-14 16:53:32.926445: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcurand.so.10.0 | |
2019-11-14 16:53:32.926505: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusolver.so.10.0 | |
2019-11-14 16:53:32.926559: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusparse.so.10.0 | |
2019-11-14 16:53:32.926604: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7 | |
2019-11-14 16:53:32.926859: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:53:32.927101: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:53:32.927182: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0 | |
2019-11-14 16:53:32.927250: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix: | |
2019-11-14 16:53:32.927282: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0 | |
2019-11-14 16:53:32.927304: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N | |
2019-11-14 16:53:32.927509: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:53:32.927760: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero | |
2019-11-14 16:53:32.927876: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 1127 MB memory) -> physical GPU (device: 0, name: NVIDIA Tegra X1, pci bus id: 0000:00:00.0, compute capability: 5.3) | |
2019-11-14 16:53:33.557862: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:739] Optimization results for grappler item: graph_to_optimize | |
2019-11-14 16:53:33.557957: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:741] function_optimizer: Graph size after: 200 nodes (196), 391 edges (388), time = 56.545ms. | |
2019-11-14 16:53:33.557985: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:741] function_optimizer: function_optimizer did nothing. time = 1.209ms. | |
2019-11-14 16:53:42.876050: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/TRTEngineOp_0 input shapes: [[2,18,63,8]] | |
2019-11-14 16:53:42.912025: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7 | |
2019-11-14 16:53:50.191507: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0 | |
2019-11-14 16:53:53.818521: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_5 input shapes: [[2,1,61,8,64]] | |
2019-11-14 16:53:54.734179: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_13 input shapes: [[2,1,61,8,64]] | |
2019-11-14 16:53:55.030148: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_6 input shapes: [[2,1,59,8,64]] | |
2019-11-14 16:53:55.707018: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_3 input shapes: [[2,1,61,8,64]] | |
2019-11-14 16:53:55.708389: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_14 input shapes: [[2,1,59,8,64]] | |
2019-11-14 16:53:55.946478: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_7 input shapes: [[2,1,56,8,64]] | |
2019-11-14 16:53:56.994317: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_11 input shapes: [[2,1,59,8,64]] | |
2019-11-14 16:53:57.014177: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_4 input shapes: [[2,1,56,8,64]] | |
2019-11-14 16:53:57.775679: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_12 input shapes: [[2,1,56,8,64]] | |
2019-11-14 16:53:58.201304: I tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:632] Building a new TensorRT engine for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_1 input shapes: [[2,1,56,8,64], [2,1,56,8,64], [2,1,56,8,64]] | |
2019-11-14 16:53:58.201669: W tensorflow/compiler/tf2tensorrt/kernels/trt_engine_op.cc:647] Engine creation for PartitionedCall/StatefulPartitionedCall/TRTEngineOp_1 failed. The native segment will be used instead. Reason: Unimplemented: Reshape on batch dimension is not supported, at StatefulPartitionedCall/Reshape | |
2019-11-14 16:53:58.201888: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at trt_engine_op.cc:254 : Internal: Native FunctionDef StatefulPartitionedCall/TRTEngineOp_1_native_segment can't be found in function library | |
2019-11-14 16:53:58.218226: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Internal: Native FunctionDef StatefulPartitionedCall/TRTEngineOp_1_native_segment can't be found in function library | |
[[{{node PartitionedCall/StatefulPartitionedCall/TRTEngineOp_1}}]] | |
Traceback (most recent call last): | |
File "tst.py", line 45, in <module> | |
convert_savedmodel() | |
File "tst.py", line 28, in convert_savedmodel | |
load_infer_savedmodel() | |
File "tst.py", line 42, in load_infer_savedmodel | |
output = wrap_func(input_data).numpy() | |
File "tst.py", line 38, in wrap_func | |
return frozen_func(*args, **kwargs)[0] | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 561, in __call__ | |
return self._call_flat(args) | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 660, in _call_flat | |
outputs = self._inference_function.call(ctx, args) | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 434, in call | |
ctx=ctx) | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/execute.py", line 67, in quick_execute | |
six.raise_from(core._status_to_exception(e.code, message), None) | |
File "<string>", line 3, in raise_from | |
tensorflow.python.framework.errors_impl.InternalError: Native FunctionDef StatefulPartitionedCall/TRTEngineOp_1_native_segment can't be found in function library | |
[[{{node PartitionedCall/StatefulPartitionedCall/TRTEngineOp_1}}]] [Op:__inference_pruned_13092] | |
If you suspect this is an IPython bug, please report it at: | |
https://github.com/ipython/ipython/issues | |
or send an email to the mailing list at ipython-dev@python.org | |
You can print a more detailed traceback right now with "%tb", or use "%debug" | |
to interactively debug it. | |
Extra-detailed tracebacks for bug-reporting purposes can be enabled via: | |
%config Application.verbose_crash=True | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7f19645fd0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7f19693dd8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ef4045a58>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7f1961dac8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7eec0a4978>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee77c0898>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7eec043898>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7eec03c668>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7eec0be128>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7eec01d940>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee051b5c0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee04790b8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7eec01de10>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee04d66d8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee04f3940>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee04995c0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee04bdba8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee036b6a0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee033fdd8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee028b518>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee0398e80>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee04fc048>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee033aeb8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee0239c88>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee0351128>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee01afa58>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee0273080>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee0151160>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee01c5f28>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee0171b00>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee00c8ef0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee00ecc50>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee0050668>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbfc91d0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee01004a8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ee004aba8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbf4bd68>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbfa0fd0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbe817b8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbf6dc18>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbeef940>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbf3d438>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbefd0f0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbe65dd8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbe20e10>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbd987b8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbd66400>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbceb4a8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb965860>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbab6c50>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb458208>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb925be0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbb39f28>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbb246a0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb4a0da0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb1bdac8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb48cb70>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb87e0f0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbc89358>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbc76668>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb809208>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb2474a8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb258e10>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb7ea208>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbc160f0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb7e6e80>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb8ec898>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edbbf4400>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb8a6828>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb2fae10>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb2f6208>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edaeb4518>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb2ba4e0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edaea2cc0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edae126d8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edb2bce48>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7edae73630>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7f502d1208>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4d7eda0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4db9390>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4d08710>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4d7cfd0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4cd76a0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4ccd128>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4cd74e0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4db2128>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4c6deb8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4c1a588>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4c30198>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4b8c0b8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4bc5cc0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4b1e630>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4b2df28>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4ba7b70>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4bb9cf8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4bb6198>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed49c65c0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4a12470>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed49e4ef0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed49f2a90>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4932160>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed48cce48>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed48dfac8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4951c88>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed49763c8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed486dd30>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed48decf8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4807f60>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed469e550>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4807470>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed48d8e10>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed46692e8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed469eb70>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed432be80>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed457a6d8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed44c0860>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed457a320>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed46461d0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed46d07b8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed462d320>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4417be0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed457b4e0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4532b70>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed450e9e8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed452d080>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed41641d0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecfb89f98>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4090cc0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed41486a0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf819d68>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecfad8e10>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed42e0160>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed41870b8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecfac9a90>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf9c0128>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4198198>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecfafa2b0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed425a320>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed4273320>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecfb52b00>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed425aa20>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed426a438>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf4ea400>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf5542e8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf5424e0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf554668>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf542518>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf625668>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf63ef28>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed413b3c8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf85ada0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed413b5f8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed40d03c8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed40df828>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf8fb0b8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf5d7d68>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ed40c2208>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf957e48>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf9698d0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf5fec88>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf957cf8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf5fe1d0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf47d828>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf429ba8>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf439a90>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf473358>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf3c8b38>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf146748>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf3818d0>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
Exception ignored in: <bound method _EagerDefinedFunctionDeleter.__del__ of <tensorflow.python.eager.function._EagerDefinedFunctionDeleter object at 0x7ecf129a58>> | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/function.py", line 305, in __del__ | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 1663, in remove_function | |
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/context.py", line 865, in remove_function | |
TypeError: 'NoneType' object is not callable | |
isi@nano:~/Emulsefai$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment