LeeDoYup / AnoGAN-tf

Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
MIT License
270 stars 92 forks source link

테스트를 해보니 에러는 안나는데 test_data 폴더에 test_result 폴더가 안생깁니다. #8

Closed bemoregt closed 5 years ago

bemoregt commented 6 years ago

Hi, @LeeDoYup

내 이미지 데이타셋으로 학습까지 잘 마쳤는데 테스트를 해보니 에러는 안나는데 test_data 폴더에 test_result 폴더가 안생깁니다.

왜 이런걸까요?

내 학습명령: $ python main.py --dataset ELX --train --input_height=128 --crop

내 테스트명령: $ python main.py –-dataset ELX –-input_height=64 --crop –-anomaly_test

참고로 내 데이타는 265x265 크기의 그레이스케일 이미지들 입니다.

미리, 감사드리며~ from @bemoregt.