for batch in train_data: print batch.data[0].asnumpy() batch.data[0].shape I am sure I am doing something very silly here. TypeError: 'BatchDataset' object is ...
確定! 回上一頁