-
Составить интро (вступление), где в 2-4 предложениях описать, что заказчик делает, что нравится делать, что хочется делать лучше, что важно делать, и т.д.
-
Thanks for sharing the great work. And after reading your paper, I have a question. It seems that GNN is better than RNN in terms of the part assembly. This is because GNN, as a network that can expr…
-
**Report ID:** 3LD6BNJN-euc
**Exporter used:** Better BibTeX, Better BibLaTeX
**Expected behavior:** Select items from Zotero, export to a .bib file using the Better BibTeX formats with no t…
-
How can I perform spatio-temporal link prediction on an unweighted graph with features on the edges?
My graph is a `DynamicGraphTemporalSignal`, but I do not want to regress on some signal, rather …
-
I got error with 1 gpu (out of memory)
```
CUDNN_AUTOTUNE_DEFAULT=0 MXNET_GPU_MEM_POOL_TYPE=Round MXNET_GPU_MEM_POOL_ROUND_LINEAR_CUTOFF=32 python3 train_mask_rcnn.py --gpus 0 --dataset coco --net…
-
It looks like gitlens always sorts the commits list by date, as github does. However to me this is inconvenient when reviewing a PR consisting of multiple commits because different commits in a 'train…
-
##### System information (version)
- OpenCV => 4.5.3
- Operating System / Platform => Ubuntu 18.04 arm64
- Compiler => make
- CUDA => 10.2
- cuDNN => 8.2.1.32 or 8.2.4.14
##### Detailed …
-
This repository is still missing some algorithms. The [Python repository](https://github.com/TheAlgorithms/Python) has lots of examples that we could follow and below you can find a list of suggested …
-
An efficient implementation of single-source shortest path for a DAG seems to be missing. We can use topological sort to implement a shortest path algorithm for DAGs with time complexity O(V+E), which…
-
A number of us have shown interest in implementing seq2seq models in Keras #5358, so I'm creating a central issue for it. We can discuss design decisions and prevent duplication of work here.
There…