-
## 🐛 Bug
On power9 I need to pass "-mno-float128" to CC and "-Xcopmiler -mno-float128" to NVCC for it to compiler. IF these flags are not there, there are numerous compiler errors like this:
```…
rkube updated
3 years ago
-
With a compatibility layer (https://github.com/EESSI/compatibility-layer/pull/204) and software build container (https://github.com/EESSI/filesystem-layer/pull/132 and https://github.com/orgs/EESSI/pa…
-
Hi,
You mentioned at PSI-K that the only bottleneck for larger than memory datasets was the normalization of the energies and forces. It would be great if you could add an option to explicitly enter …
-
Same issue as #1196, but for Ubuntu 23.04.
Install
```
conda create -n phy python=3.9 -y
conda activate phy
pip install phy --pre --upgrade
```
Error
```
$ phy template-gui params.py
…
-
```
(sam6d) mona@ada:/data/SAM-6D/SAM-6D/Pose_Estimation_Model/model/pointnet2$ python setup.py install
running install
/home/mona/anaconda3/envs/sam6d/lib/python3.9/site-packages/setuptools/_distu…
-
Trying to train a classification model on my data results in error saying that I have -1 in target, while my data in target contains 0 and 1 only (please check screenshot).
```
-------------------…
-
Hello, I'm trying to run the Celeba256x256 dataset, which has already been processed into LMDB format. I use the following command:
```bash
CUDA_VISIBLE_DEVICES=0 bash ./bash_scripts/run.sh ./test…
-
i have HR-LR images and should i name the file a tag or write a txt flie?
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
Right now we support `ndbm` and `gnu.dbm` which might or might not be part of a given build. The fallback is the super slow `dumbdbm`. Not the sqlite3 is part of the standard build, we can do bette…