快速理解tf.strided_slice函數

最近在處理遙感圖像的時候要用到tensorflow的tf.strided_slice函數,下面是我的理解: 附檢驗代碼: import tensorflow as tf    data = [[[1, 1, 1], [2, 2, 2]],    [[3, 3, 3], [4, 4, 4]],    [[5, 5, 5], [6, 6, 6]]]    x = tf.strided_slice(da
相關文章
相關標籤/搜索