ошибка при тестировании flask api на сервере ubuntu в экземпляре aws ec2 - PullRequest
0 голосов
/ 07 мая 2020

Я развертываю свой api, созданный в flask в экземпляре aws ec2. когда я запускаю и тестирую свой api, он завершается со следующей ошибкой.

2020-05-07 13:23:40.975863: 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 FMA
2020-05-07 13:23:41.025194: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2400065000 Hz
2020-05-07 13:23:41.026538: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7f4b842e9540 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2020-05-07 13:23:41.026650: I tensorflow/compiler/xla/service/service.cc:176]   StreamExecutor device (0): Host, Default Version
2020-05-07 13:23:41.030649: I tensorflow/core/common_runtime/process_util.cc:147] Creating new thread pool with default inter op setting: 2. Tune using inter_op_parallelism_threads for best performance.

пожалуйста, помогите мне решить эту проблему.

...