我已經按照教程安裝了tensorflow2,cuda還有相關的那個SDK等,Anaconda
把官方樣例輸入,網址https://www.tensorflow.org/tutorials/keras/classification
運行到:
model = keras.Sequential([
keras.layers.Flatten(input_shape=(28, 28)),
keras.layers.Dense(64, activation='relu'),
keras.layers.Dense(10)
])
報錯:
2020-07-24 18:30:51.357199: F .\tensorflow/core/kernels/random_op_gpu.h:232] Non-OK-status: GpuLaunchKernel(FillPhiloxRandomKernelLaunch<Distribution>, num_blocks, block_size, 0, d.stream(), gen, data, size, dist) status: Internal: invalid configuration argument
光安裝,運行案例已經搞了兩天了還沒ok,各種坑,求救
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/21476.html
上一篇:機器學習的一個小問題
下一篇:憶阻器Spice模型
