ShaokunTang
Results
2
issues of
ShaokunTang
Your loss function uses binary_cross_entropy_with_logits when calculating. However, this function should accept values that have not been activated. In outfit_transformer.py, the activation layer of predict_ffn is defined as sigmoid, which...
Hi, In the paper, when handling the CIR task, an empty image and target description are used to generate a target item embedding, and then it is spliced with part...