awa2-zero-shot-learning
awa2-zero-shot-learning copied to clipboard
Zero shot learning on Animals with Attributes 2 dataset using PyTorch.
Excuse me, I don't find the predicate-matrix-binary.txt, Can u tell me where you find it?
In your code, namely, in the 'evaluate' function belonging to the file named 'train.py' you calculate the output of the models and then, you apply a sigmoid function on it....
The 'predicate-matrix-continuous.txt' include negtive values, so the BCELoss() turns out negtive values which is not correct. How do I make this work using 'predicate-matrix-continuous.txt' ?