You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script is based on an official keras example by `Francois Chollet`
53
+
This will run the training script 3 times with all parameters trainable (not finetuning)
54
54
55
-
> Note: I also provide a [pytorch training script](scripts/pytorch_wandb.py), but you will need to install pytorch first. It may be useful once pytroch adds GPU support.
55
+
> Note: I also provide a [pytorch training script](scripts/pytorch_wandb.py), but you will need to install pytorch first. It may be useful once pytroch adds GPU support.
56
+
57
+
## NGC Docker
58
+
59
+
We can also run the benchmarks on linux using nvidia docker containers
60
+
61
+
- Pull the container:
62
+
63
+
```bash
64
+
pull nvcr.io/nvidia/tensorflow:21.11-tf2-py3
65
+
```
66
+
67
+
- Run the containter:
68
+
69
+
```bash
70
+
docker run --gpus all -it --rm -v path_to_folder/apple_m1_pro_python:/code tensorflow:21.11-tf2-py3
0 commit comments