0
Q
在Theano
A
回答
1
我相信你可以打印底層numpy,訪問a.get_value()
。在numpy內你可以修改打印
numpy.set_printoptions(threshold=10000000)
其中閾值應該大於預期的元素數量,然後整個數組將顯示。請參閱set_printoptions的文檔。請注意,如果輸出到控制檯,則可能會因文本數量可能非常大而凍結。
相關問題
- 1. 在Theano
- 2. 在theano
- 3. AttributeError的在Theano
- 4. T.hessian在theano
- 5. 在Theano訓練MLP
- 6. Theano max_pool_3d
- 7. ValueError Theano
- 8. Theano零
- 9. 與theano
- 10. Theano:調用Theano函數的參數
- 11. Theano矩陣組成theano標量的
- 12. Theano在Windows上安裝64
- 13. 計算梯度爲在Theano
- 14. 在windows上安裝theano包
- 15. minano_informtaive_str在theano中的用法
- 16. 在Windows 32bit的Theano安裝
- 17. 在Theano中allow_input_downcast做什麼?
- 18. 接收Asse田,而在theano
- 19. (掃描)在theano和tensorflow
- 20. 串接在theano掃描
- 21. 在theano中是否有fmod?
- 22. 錯誤而Theano
- 23. Theano SDE例如
- 24. Keras Theano BackEnd
- 25. Theano教程:UnusedInputError:theano.function
- 26. 什麼是Theano
- 27. 切片和Theano
- 28. Theano Win10&cuDNN?
- 29. Theano on Azure DSVM
- 30. Theano Matrix Inverse
究竟是什麼類型的對象? – mdurant
在這種特殊情況下,它是一個初始化爲二維numpy數組的共享變量。 –