有沒有方法 只用CPU 的tensorflow
2019/11/23 10:36 上午
機器學習共學討論版
William Mok
觀看數:3
回答數:2
收藏數:1
ml100-3
ml100-3-d76
因為電腦沒有 GPU, 所以之前都是用CPU 版本的 tensorflow,但現在要
gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.333)
出現了
AttributeError: module 'tensorflow' has no attribute 'GPUOptions'
請問有沒有方法 只用CPU 的.