data = Iris.dataset() # training loop for epoch in range(100): ... 那這邊不只可以設定資料回傳,PyTorch 還有一個Dataset Transform 的功能,如果需要資料型態 ...
確定! 回上一頁