-
I tried to run the code on my macbook and there are a lot of changes to make it work and characters to remove/change.
For example:
bash scripts:
#!/usr/bin/bash
Change this to:
#!/bin/bash
…
-
ModuleNotFoundError: No module named 'diff_gaussian_rasterization'
why?bash scripts/train_xx.sh data/ output/ 0
-
Thank you for your excellent work! When I tried to reproduce the results using `bash scripts/train_npo.sh`, I encountered the following error:
`datasets.exceptions.DatasetNotFoundError: Dataset 'J4Q8…
-
Hello, I'm trying to run this.
In file eval.sh
![스크린샷, 2022-07-14 22-12-07](https://user-images.githubusercontent.com/99301029/178990599-ba0ad3cd-6936-474c-948d-f53c0eaefa31.png)
config_path=/$P…
-
Hello and thank you for your apps, they are really helpful!
I'd like to suggest an additional functions for luci-app-disks-info application.
1) Add critical SMART values to database constantly. Data…
-
Lately, I've been needing to call shell scripts through bash periodically and it can be a real pain doing it with `QP2TERM`. Instead, you can use QSH to call `bash` to execute your shell script.
##…
-
It would be useful to have lando / bash scripts for the following tasks:
- [ ] Export/download/import and sanitise databases from kr servers
- [ ] rsync files from prod sites to local environment (a…
-
**Describe the bug**
When opening the dashboard it opens just a white page with no css styles or js scripts.
**To Reproduce**
Steps to reproduce the behavior:
1. Just install the 0.7.0 version o…
-
I am runing the following commands:
```
bash scripts/analyse_brain.bash ./configs/DL-torch.yml
```
I got multiple errors (after solving each new one)
```
scripts/analyse_brain.bash: line 3…
-
We should run shellcheck on bash scripts as part of the 'make check' target.
http://www.shellcheck.net/
dougm updated
5 years ago