在numpy 中, V.shape 给出一个维数为V 的整数元组。 在tensorflow 中 V.get_shape().as_list() 给出V 维的整数列表. 在pytorch中, V.size() 给出了一个大小对象,但 ...
確定! 回上一頁