Я реализовал модель в Керасе, используя Tensorflow (модель CNN + RNN).Однако, когда я хочу оценить свою модель, у меня появляется следующая ошибка:
2018?? 09:48:44.961161: I tensorflow/core/platform
/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2018?? 09:49:00.450298: W tensorflow/core/framework/allocator.cc:101]
Allocation of 3359939800 exceeds 10% of system memory.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Это проблема выделения памяти ЦП, но я не знаю, как решить эту проблему.Параметры моей модели маленькие, поэтому я не думаю, что это проблема.Спасибо за вашу помощь.