我一直在試圖獲取包含元素nd的矩陣(A)的所有行索引。 A的大小是4M * 4,這個操作需要大約12秒。 鏈接到文件:data # Download the file named elementconnectivity before running this small script
A=np.loadtxt('elementconnectivity')
A=A.astype(int)
我正在修改Tensorflow中的一個簡單CNN,並且當我索引4d數組時,出現此錯誤。 我可再現的例子是: from __future__ import print_function
import pdb
import numpy as np
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import in