pytorch/examples

ImageFolder doc should clarify 1. order that images returned in 2. that all classes are concatenated into a single list

開放

#400 建立於 2018年8月12日

 (1 則留言) (0 個反應) (0 位負責人)Python (9,429 個分叉)batch import
good first issue

倉庫指標

星標
 (21,634 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

ImageFolder doc should clarify:

  1. order that images returned in (it looks like it is alphabetical (which is what I want :) ), https://github.com/pytorch/vision/blob/d6c7900d06c3388bf814cecbe90f91a9afecbefb/torchvision/datasets/folder.py#L44-L45 )
  2. that images from all classes are concatenated into a single list, into which [] operator indexes

(Cool class by the way :) )

貢獻者指南