ubuntu@ip-172-31-44-233:~/workspace/resnet50$ source activate aws_neuron_tensorflow_p36 (aws_neuron_tensorflow_p36) ubuntu@ip-172-31-44-233:~/workspace/resnet50$ export NEURON_PROFILE=./neuron_profile_224x224 (aws_neuron_tensorflow_p36) ubuntu@ip-172-31-44-233:~/workspace/resnet50$ python infer_resnet50_224x224.pyWARNING:tensorflow: The TensorFlow contrib module will not be included in TensorFlow 2.0. For more information, please see: * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md * https://github.com/tensorflow/addons * https://github.com/tensorflow/io (for I/O related ops) If you depend on functionality not listed there, please file an issue. 2020-02-05 00:48:39.127068: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 AVX512F FMA 2020-02-05 00:48:39.148199: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2999980000 Hz 2020-02-05 00:48:39.149262: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x55907bdad5f0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2020-02-05 00:48:39.149288: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version WARNING:tensorflow:From /home/ubuntu/anaconda3/envs/aws_neuron_tensorflow_p36/lib/python3.6/site-packages/tensorflow_core/contrib/predictor/saved_model_predictor.py:153: load (from tensorflow.python.saved_model.loader_impl) is deprecated and will be removed in a future version. Instructions for updating: This function will only be available through the v1 compatibility library as tf.compat.v1.saved_model.loader.load or tf.compat.v1.saved_model.load. There will be a new function for importing SavedModels in Tensorflow 2.0. Profiling started successfully. Session information stored in ./neuron_profile_224x224/conv5_block3_3_bn+beta+neuron_op_599f7e4e9699ba27-10002-0.ntff Loaded session information from ./neuron_profile_224x224/conv5_block3_3_bn+beta+neuron_op_599f7e4e9699ba27-10002-0.ntff: Saving trace info: SG:sg00 Trace:836416 Events:124608 Errors:0 (aws_neuron_tensorflow_p36) ubuntu@ip-172-31-44-233:~/workspace/resnet50$ export NEURON_PROFILE=./neuron_profile_640x480 (aws_neuron_tensorflow_p36) ubuntu@ip-172-31-44-233:~/workspace/resnet50$ python infer_resnet50_640x480.pyWARNING:tensorflow: The TensorFlow contrib module will not be included in TensorFlow 2.0. For more information, please see: * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md * https://github.com/tensorflow/addons * https://github.com/tensorflow/io (for I/O related ops) If you depend on functionality not listed there, please file an issue. 2020-02-05 00:48:52.493641: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 AVX512F FMA 2020-02-05 00:48:52.516196: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2999980000 Hz 2020-02-05 00:48:52.517215: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x562197b09dd0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2020-02-05 00:48:52.517238: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version WARNING:tensorflow:From /home/ubuntu/anaconda3/envs/aws_neuron_tensorflow_p36/lib/python3.6/site-packages/tensorflow_core/contrib/predictor/saved_model_predictor.py:153: load (from tensorflow.python.saved_model.loader_impl) is deprecated and will be removed in a future version. Instructions for updating: This function will only be available through the v1 compatibility library as tf.compat.v1.saved_model.loader.load or tf.compat.v1.saved_model.load. There will be a new function for importing SavedModels in Tensorflow 2.0. (aws_neuron_tensorflow_p36) ubuntu@ip-172-31-44-233:~/workspace/resnet50$