Spaces:
Runtime error
Runtime error
Commit
·
1efc131
1
Parent(s):
627ecab
Update setup.sh
Browse files
setup.sh
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
dsh -av "grep processor /proc/cpuinfo" | wc –l
|
| 3 |
dsh –av “grep MemTotal /proc/meminfo”
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
cd Face_Enhancement/models/networks/
|
| 6 |
git clone https://github.com/vacancy/Synchronized-BatchNorm-PyTorch
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
dsh -av "grep processor /proc/cpuinfo" | wc –l
|
| 3 |
dsh –av “grep MemTotal /proc/meminfo”
|
| 4 |
+
lshw -short
|
| 5 |
+
lscpu
|
| 6 |
+
|
| 7 |
+
|
| 8 |
|
| 9 |
cd Face_Enhancement/models/networks/
|
| 10 |
git clone https://github.com/vacancy/Synchronized-BatchNorm-PyTorch
|