Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
tensorflow for R中的警告-您的CPU支持未编译此tensorflow二进制文件以使用的指令:AVX2_R_Tensorflow_Keras - Fatal编程技术网

tensorflow for R中的警告-您的CPU支持未编译此tensorflow二进制文件以使用的指令:AVX2

tensorflow for R中的警告-您的CPU支持未编译此tensorflow二进制文件以使用的指令:AVX2,r,tensorflow,keras,R,Tensorflow,Keras,我收到了这个警告,我知道这是针对性能的。然而,训练需要一段时间,所以如果可以的话,我喜欢修复它 I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 但是,有一个解决方案,我在R中使用keras。我想知道是否有人知道如何在R中解决这个问题

我收到了这个警告,我知道这是针对性能的。然而,训练需要一段时间,所以如果可以的话,我喜欢修复它

I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
但是,有一个解决方案,我在R中使用
keras
。我想知道是否有人知道如何在R中解决这个问题