-
-
Some datasets provide a train_test_split doc, which may have image number to train/test mapping. Can we have a feature to do this?
-
- [x] documentation must describe joining at the front and the rear and describe which vehicle disappears
- [ ] vehicle being joined must end it's route on the join-stop (throw error otherwise)
- [ …
-
Dear @slee5777 and @bearpelican,
thank you for making the work publicly available, including the dataset and the code.
I have a question about Figure 4 in the paper, where you computed AP across…
-
### 🐛 Describe the bug
I find a weird bug of `MessagePassing` module when processing bipartite graph.
## Run code snippet in Google Colab notebook
Here is my code:
```python
import torch
imp…
-
-
Hi @Innixma
When 'n_train_subsmaple' is set to 5000, and the number of train_data is larger than 5000, say, 40000, the following error is reported.
### **Error messages**
File "C:\miniconda…
-
1.Thanks for the greate work for 3D scene QA understading and releasing the code.
2.I have a problem when I run the test. I directly use your trained parameters and use "python scripts/test.py --c…
-
Hello when I read into your code specifically for all benchmark, data used for both evaluating and train is the same dataset and in the original paper there are no mention of the split ratio or where …
-
**Describe the bug**
When I use train_test_split the indeces are shuffled sometimes, sometimes not. Also if you use the scoring method of an SVR estimator multiple times in a row with the same estima…