forked from CDS/infrastruktur-dok
Update Workstations-Getting-Started.md
This commit is contained in:
parent
330729ac30
commit
6ab1b6c8e5
@ -133,17 +133,15 @@ import tensorflow as tf
|
|||||||
print(tf.config.list_physical_devices('GPU')[0])
|
print(tf.config.list_physical_devices('GPU')[0])
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
In der letzten Ausgabezeile unseres Skripts steht nun:
|
In der letzten Ausgabezeile unseres Skripts sollte im Falle eines Erfolgs nun
|
||||||
|
|
||||||
`PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')`
|
`PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')`
|
||||||
|
|
||||||
Falls ein Index Error erscheint (IndexError: list index out of range), hat der Zugriff auf die GPU nicht geklappt.
|
stehen. Falls anstatt der obigen Meldung ein Index Error erscheint (IndexError: list index out of range), hat der Zugriff auf die GPU nicht geklappt.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Mehr zum Login findet man im 
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[6]: https://slurm.schedmd.com/
|
[6]: https://slurm.schedmd.com/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user