-
The model I trained is a 3-layer feedforward neural network with tabular data.
The DeepExplainer could be initialized but error when calling shap_values at second line:
```
e = shap.DeepExplainer(m…
-
Hi,
thanks for the repo.
I'm trying to compile it on kernel 6.10 and I'm getting the following error:
```
jp@debian:~/src/realtek-r8126-dkms$ sudo ./autorun.sh
Check old driver and unload …
-
Currently the exporter does not handle higher order ops. Autocasts are expressed as HOPs:
```python
# Inside the ExportedProgram
...
class submod_1(torch.nn.Module):
def forward(self, e…
-
你好作者,我在跑你们训练的时候遇到了这个问题,请问有解决的方式吗?
/home/amax/anaconda3/bin/conda run -n WalMaFa --no-capture-output python /data1/WalMaFa/train.py
load training yaml file: ./configs/LOL/train/training_LOL.yaml
==…
-
This test failed on a CI run on #6966:
https://github.com/oxidecomputer/omicron/pull/6966/checks?check_run_id=33061656597
Log showing the specific test failure:
https://buildomat.eng.oxide.comput…
-
**Describe the bug**
Enabling the `wgpu` feature causes the program to crash immediately at startup. This can be reproduced on the `hello world` example even.
```console
❯ cargo run
…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
This test failed on a CI run on https://github.com/oxidecomputer/omicron/pull/6996:
https://github.com/oxidecomputer/omicron/pull/6996/checks?check_run_id=32997420398
Log showing the specific test…
-
Hello,
today i tried the `ops setup devcluster` on a Ubuntu machine which has the cockpit serivce enabled.
The setup failed because the port 9090 (wanted by nuvolaris-worker) is used by default fr…
-
### Expected Behavior
Normal image decoding
### Actual Behavior
When running the latest version of ComfyUI, the program gets stuck during the VAE decoding stage and fails to generate an image. The …