jhoffman / cycada_release

Code to accompany ICML 2018 paper
BSD 2-Clause "Simplified" License
558 stars 126 forks source link

out of memory error when using my own data #12

Closed xiaoqianjia closed 5 years ago

xiaoqianjia commented 5 years ago

Hi I have one question. When I use my own data to do cyclegan_semantic model. I meet out of memory error. My image size is a little bigger, but I have resized them. I want to ask when you do the cyclegan_semantic to GTA-city image? Do you use same code as minst_svhn(which from Github)? Or when we use model to more complex dataset, we should adjust the code. Thanks!

zhou-rui1 commented 3 years ago

Hi, may I ask how to train my own dataset(with only images and labels)?