Out of memory error when using Mirrored strategy in Tensorflow

前端 未结 0 971
清酒与你
清酒与你 2020-12-01 05:39

I read the data and processed it using the following code :

data = pd.read_csv(\'Step1_output.csv\')
data = data.sample(frac=1).reset_index(drop=True)
data1 =         


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