-
```
import threading
import torch
def foo(x, y):
a = torch.sin(x)
b = torch.cos(y)
return a + b
opt_foo1 = torch.compile(foo, mode="max-autotune")
threads = []
for _ in rang…
-
(rot) wangks@3dimage-31:/data/wangks/reflection-on-trees/reflection-on-trees$ sh blocksworld_rot.sh prompts/bw/pool_prompt_rot.json
Traceback (most recent call last):
File "/data/wangks/reflection…
-
Hello, I have an issue please, I need some help to make it work.
1,2. downloaded file/model with the same trees as yours
3. Confirm Python 3.10.10 , env set
Dependencies installed to defaul…
-
Thanks for the great library. The visualizations are truly great. However, we're running into a crash when some of the leaf nodes do not have any samples in the `X_train` and `y_train` data. What seem…
-
I am experimenting with django-mptt for a legacy application which has in-house support for tree structures. It's a matter of updating the existing `parent` field to a `TreeForeignKey` and gradually s…
-
### 🐛 Describe the bug
Hi, it looks like compiling model in `inference_mode` can break subsequent compilations of the same model in training mode.
Here is an example:
```python
import torch
…
-
I tried following commands to try out ReID on my custom 15 seconds video with three people walking, getting occluded behind two trees and emerge back from behind tree.
Single class yolox:
…
-
## to reproduce:
```sh
$~ python pinterest.py
Enter keyword: pink trees # we use this keyword as an example
[+] starting search ...
[+] saving results ...
[+] saving json data ...
```
upon fin…
kqee updated
2 months ago
-
## Checklist
- [x] I have verified that the issue exists against the `main` branch.
- [x] I have read the relevant section in the [contribution guide](https://github.com/py-why/pywhy-graphs/blob/m…
-
Does xgboost4j-spark support to get the best model after early stop?
It seems it will get the model at that iteration which is best iteration + num_early_stopping_rounds, am i wrong?
how could i g…