scott huang(黄)
scott huang(黄)
I download pre trained model with the link in the document. but when I try to use it, it can't report an error: > hhw@hhw-A01:~/workspace/DeepLearning/VOLO/pretrained_models$ tar -xf d1_384_85.2.pth.tar > tar:...
I do't get the idea of how sudden_death work, can someone explain it? thanks. ``` if self.sudden_death * len(self.boughts) > self.reward: self.done = True ```
I do't get the idea of how sudden_death work, can someone explain it? thanks. ``` if self.sudden_death * len(self.boughts) > self.reward: self.done = True ```
### Describe the bug here is my training configuration: records_per_epoch: 1000000 min_validation_period: batches: 1000 the training has run for 10430 batches. but validation only run 1 times at the end...
If input sentence is (A, B, C, D, PAD). In this implementation, encoder mask is [[[FALSE, FALSE, FALSE, TRUE]]] But the encoder attention is [ [AA, AB, AC, AD], [BA,...
### Describe your question I try to use this Filter to filter some trails from a experiments. But I found 2 issues 1. some filter option is from other experiments....