-
**Describe the bug**
Packet loss on all data centers along with lag/stuttering that happens randomly and drastically increases my ping.
**Why could this be happening?**
I am at a loss.
Here …
-
You have done a great work.
But I have a question about the LMCL_loss. How to understand the centers as show bellow:
![image](https://user-images.githubusercontent.com/27360803/65816673-69ee2380…
-
Environment: flutter-elinux v3.24.3, Yocto Kirkstone, NXP iMX8/ARM64, wayland.
We see memory leaking when running the following simple test application which features a 100 x 100 pixel webp image:
…
-
This occurs when viewing a PDF in Firefox using the built-in PDF.js viewer.
Clicking the bookmarklet allows one to see the highlights as usual. However, zooming in/out on the PDF makes them vanish.…
-
After training a SSD model with standard multiboxloss, I want to use your center loss for fine-turning, but I dont know how to set a proper center_loss_weight, and cannot find the default value, could…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [√] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [√] I am reporting…
-
` # shape reconstruction loss
rebuild_points = nbr_groups[0] + center_groups[0].unsqueeze(-2)
idx = pointops.knn(center_groups[0], pred, int(self.nbr_ratio * self.group_size))[0]
…
-
### Describe the bug
SGDOneClassSVM does not converge with default early stopping criteria, because the used loss is not actual loss, but only error, which can be easily 0.0 and then increase as th…
-
-
Hello! I'm using an open-source template of skip-gram to train ID embeddings from parquet data (stored in parquet format, with a few columns all int64 type) with `petastorm` but I'm getting far lower …