semi-supervised-GAN
semi-supervised-GAN copied to clipboard
question~
Hello,
when I run the code,I have some touble in understanding the errors that the program generated.
Traceback (most recent call last):
File "main.py", line 33, in
Can you help me solve this problem?
I just get the test accuracy 0.5333,not the 0.99?
@CXSunshine hi, I fine-tune the code by loading trained weights for MNIST generation. the final weights in model_saved file have higher test accuracy, you can test it. on the other side , the d loss function is something wrong. i made some change. i will test it when i have free time. and it is glad to get your advice to help me improve the code.
ok,i will have a try. Progress together!hahah~
@CXSunshine @LDOUBLEV I also have the same mistakes as you. TypeError: unsupported operand type(s) for /: 'dict_values' and 'int' Could you please tell me how do you solve it?