Why keras(or tensorflow?) is using only one core?

前端 未结 0 1306
梦谈多话
梦谈多话 2021-02-04 20:48

I have the following NN written in keras:

x = some_np_array
y = another_np_array

import keras
from keras.models import Sequential
from keras.layers import Dense,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题