...
| Code Block | ||||
|---|---|---|---|---|
| ||||
# Check with pip which versions are installed $ pip freeze | grep -E 'tensorflow|keras|torch' keras==3.1214.1 tensorflow==2.21.0 torch==2.1112.0+cu128 torchaudio==2.11.0+cu128 torchvision==0.2627.0+cu128 |
| Code Block | ||||
|---|---|---|---|---|
| ||||
# Now test if the libraries work by running some commands in python $ python |
...