zhaoyk1986

Results 3 comments of zhaoyk1986

@Bang9 I write [[GPUImageContext sharedFramebufferCache] purgeAllUnassignedFramebuffers]; at -(void)viewWillDisappear:(BOOL)animated and it's useless. @perrorchen same issue as you. did you solved it ?

```python new_indices = torch.cat((sos_tokens, new_indices), dim=1) #new_indices:(b,257) target = indices logits, _ = self.transformer(new_indices[:, :-1]) ``` Hello, I've read your code, and I'm wondering if `sos_tokens` can be replaced directly...

In addition to computing the loss for logits and target, should we also add a discriminator to determine whether the generated image is male or female and estimate the age...