-
저는 이번 대회에 loss에 대해 적용습니다.
결론은 전처리 조금(entity marker punct + 한글 ner + 특수문자 보정 및 사우디 등의 언어 삭제)에 3 epoch 시, focal loss 사용 했을 경우에 성능 증가!
But! 전처리 기법 3가지 다 적용 & epoch 3 했을 시, focal loss나 label smooth lo…
-
` if torch.cuda.is_available():
.........
model = model.cuda()
classifier = classifier.cuda()
criterion = criterion.cuda()
cudnn.benchmark = True
…
-
[Rechnung V-4000038 (Archiv).pdf](https://github.com/user-attachments/files/17411605/Rechnung.V-4000038.Archiv.pdf)
```
ValidationResult [flavour=3b, totalAssertions=8263, assertions=[], i…
-
when run the code piece
```
seq_len = 60
_, x, y = next(iter(dataloader(1, 1, 8, seq_len, seq_len)))
result = evaluate(model.net, model.criterion, x, y)
y_out = result['y_out']
```
there co…
bw-xu updated
3 years ago
-
Most desktop and mobile operating systems have an accessibility feature for users to set a more contrast accessibility preference. When this preference is set, browsers set the `prefers-contrast` me…
-
Benchmark these three NFT implementations with OpenZeppelin being the standard. Post the results here.
- CPU bound program (avoid EVM precompiles like sha256)
- host functions vs. evm contracts c…
-
There's a warning already in the code about it. Not doing this potentially forces conflation to process more data than it needs to.
-
`check_convergence` used in [PDHG](https://github.com/TomographicImaging/CIL/blob/master/Wrappers/Python/cil/optimisation/algorithms/PDHG.py#L407) is not a clear name for its purpose. I suggest to ren…
-
After a long time, I decided to finally learn Arraymancer, and I was really pleased to see that the library has grown much more than I expected! Kudos to all contributors!
I started trying out the …
-
Ref: NOTE in the criteria on Image Editing application and measurement.
Is the NOTE section referring to video editing applications? Or just still image editing applications like photoshop?
For t…