Deep_Learning_For_Computer_Vision_With_Python
Deep_Learning_For_Computer_Vision_With_Python copied to clipboard
关于数据生成器中循环问题。
您好,请问一下,在hdf5datasetgenerator中,append是不是应该放在循环里面,如果放在外面的话,原始图像可能会没有参加训练,不知道我理解对不对?谢谢。
https://github.com/lonePatient/Deep_Learning_For_Computer_Vision_With_Python/blob/master/chapter_10/dogs_vs_cats/pyimagesearch/io/hdf5datasetgenerator.py
