jiupinjia / GANs-for-Inverse-Problems

Adversarial Training for Solving Inverse Problems
24 stars 7 forks source link

Conditional statement issues for "Params.task_name" #1

Closed shty32 closed 5 years ago

shty32 commented 5 years ago

It should be: if A is B or A is C: or if A in [B, C]: instead of: if A is B or C: