-
Hi
I trained bg_cues and fg_cues successfully. After that, when I train SEC then loss for S,E and C are nan with default setting of conf.Q_FG = 0.996, conf.Q_BG = 0.999 and others. When I tweak diffe…
-
-
### Clear and concise description of the problem
It would be good to provide an option to select accelerator as TPU instead of GPU
We can also auto-select TPU accelerator if open with Colab + add …
-
Speaking with Dave Kershaw who is going to work with us to try to certify or at least ensure maximal regulatory compliance for PPE provision
Placeholder for those conversations
-
I am trying to deploy my ResNet-50 custom trained classification model using **pytorch lite** library. The model works well on python but giving false predictions on Flutter, always giving high probs …
-
## Why
Machine Learning 輪講は最新の技術や論文を追うことで、エンジニアが「技術で解決できること」のレベルをあげていくことを目的にした会です。
prev. #21
## What
話したいことがある人はここにコメントしましょう!
面白いものを見つけた時点でとりあえず話すという宣言だけでもしましょう!
-
## Keyword: metric learning
### ShufaNet: Classification method for calligraphers who have reached the professional level
- **Authors:** Ge Yunfei, Diao Changyu, Li Min, Yu Ruohan, Qiu Linshan, Xu…
-
Hi,
Would like to ask how do I train/ fine-tune the model to detect for new entities with the "ID" tag , e.g medicare number, phone number with +65. Real appreciate any insights on that!
-
**Describe the bug**
The MNIST Inference web example is not working. It appears to be trying to load `pkg/mnist_inference_web.js` but no such file exists.
**To Reproduce**
```
cd examples/mnist-…
-
I'm trying to run W2NER on CPU with frozen transformer weights. I've already frozen the layers and checked it on GPU and it works. But after changing to CPU and modifying all `.cuda()` to `.cpu()` or …