Closed jinzhenmu closed 4 years ago
you can modify /utils/parser_utils.py by setting the default of '--matching ' as 1, or adding --matching 1 in the scripts.
When I modify /utils/parser_utils.py by setting the default of '--matching ' as 1
the "TypeError: cannot unpack non-iterable NoneType object" is missing.
but i got a new error at "dagan_architectures_with_matchingclassifier.py", line 711,
in call z_inputs_2_embedding, KL_loss_2 = self.VAE_kl_loss(conditional_input,
z_dim)
TypeError: VAE_kl_loss() missing 3 required positional arguments: 'training',
'dropout', and 'scope'
And what "dropout_rate " should i add?
I have updated utils/parser_utils.py and dagan_architectures_with_matchingclassifier.py, you can download this two files and try again.