-
would be nice to link to some papers/further resources
-
### This paper uses neural nets to recognize company logos on billboards, uses flikr as a source of learning.
- https://www.cc.gatech.edu/~hays/7476/projects/Punarva_Prabhudev.pdf
-
https://www.kaggle.com/elmadj/detect-credit-card-fraud-using-logistic-regression/notebook
https://www.kaggle.com/theonarh/kernels/notebooks/new?forkParentScriptVersionId=2167747
https://www.data-blo…
-
Dear professor,
Thank you for your contributions to the open source community. I just started studying deep learning and graph color. After reading the paper and code, I have two questions. I would…
-
## 🐛 Bug
Sparse tensors can't be used in DataLoader running many workers
## To Reproduce
Steps to reproduce the behavior:
```python
import torch.utils.data as D
from scipy.sparse…
-
## ❓ Questions & Help
I try to repeat my work, but find the ``scatter`` in torch_scatter (cuda) is un-stable, though with defined random seed.
Due to the ``scatter`` is in class ``MessagePassi…
-
TensorFlow Graphics was [first released](https://blog.tensorflow.org/2019/05/introducing-tensorflow-graphics_9.html) at Google I/O in 2019, and since, the library grew a lot, both in terms of core com…
-
## 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…
-
Hello Maurice,
i'm a newbie to deep learning. I studied your paper and am trying to improve on it as a small project. If possible, i would appreciate it to hear from your on some ideas to improve on …
-
**Problem**
SciPy adopted [`uarray`](https://uarray.org/en/latest/) to support a multi-dispatch mechanism with the goal being: no need for OpenMP or GPU kernels etc. in the codebase. See **motivati…