yunjey / mnist-svhn-transfer

PyTorch Implementation of CycleGAN and SSGAN for Domain Transfer (Minimal)
MIT License
432 stars 109 forks source link

Is there only train code? #6

Open 2311069658 opened 5 years ago

2311069658 commented 5 years ago

Where is test code? In "main.py" line 35,I don't where is the "sample()" in solver.py.