-
I'm encountering installation issues on the Windows system that seem to be related to CUDA. I can confirm that CUDA has been installed in my virtual environment. Is there a specific version requiremen…
-
https://github.com/pytorch/ao/blob/main/torchao/float8/fsdp_utils.py#L44-L48
Should it be `raise NotImplementedError("Only supports dynamic scaling")`?
-
The python demo in the yolov8 folder cannot use the pt file
Traceback (most recent call last):
File "yolov8.py", line 221, in
model, platform = setup_model(args)
File "yolov8.py", line …
-
### Describe the bug
I used the code below to train an EfficientAD model for binary anomaly detection task.
```python
# Initialize the datamodule, model and engine
datamodule = Folder(
name…
-
I use Neuralprophet for airline passenger forecast, when I run the code, there is an error named `KeyError pytorch_lightning.utilities.argparse_utils`. Is this problem due to version incompatibility?
…
-
### Describe the bug
when I follow the tutorial in dreambooth folder, I encounter this error:
accelerate launch train_dreambooth_lora_sdxl.py \
> --pretrained_model_name_or_path=$MODEL_NAME \…
-
Hello, thank you very much for your excellent work.
**After I switched to the BOP2023 version (using the command git checkout 388e8bddd8a5443e284a7f70ad103d03f3f461c5), I started the program: python…
-
**Describe the bug**
The ttnn.mean throws assertion error because of data mismatch between PyTorch and TTNN output and the pcc is dropped to 0.72 when the input tensor of (1, 12, 3200) and dim = -1 i…
-
### 🐛 Describe the bug
fbgemm's CMakelists.txt has a -Werror set but when building it throws errors about VLAs being a clang extension, even though I'm using clang. Removing the Werror from fbgemm'…
-
Hi!
Sorry to bother you. I encountered an error when trying to run train_graph_cpg.py. The command I used is as follows:
```
python ${graphcpg}/model/train_graph_cpg.py --dataset_path ${graphcpg}/m…