Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5556600

Browse files
author
Thomas Capelle
committed
improve readme
1 parent bb5e750 commit 5556600

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You have 2 options:
1414

1515
> Note: Don't forget to choose the ARM M1 binaries
1616
17-
## Work
17+
## Environment setup
1818

1919
You can now create you environment and start working!
2020

@@ -29,8 +29,10 @@ mamba create -c conda-forge --name=wandb python wandb pandas numpy matplotlib ju
2929
conda create --name=wandb python wandb pandas numpy matplotlib jupyterlab
3030
```
3131

32+
> Note: To work inside the environment, you will need to call `conda activate env_name`.
33+
3234
## Apple M1 Tensorflow
33-
Apple has made binaries for tensorflow 2 that supports the GPU inside the M1 processor. This makes training way faster than CPU. You need can grab them [here](https://developer.apple.com/metal/tensorflow-plugin/) or use the environment files that are provided here. ([tf_apple.yml](tf_apple.yml)).
35+
Apple has made binaries for tensorflow 2 that supports the GPU inside the M1 processor. This makes training way faster than CPU. You need can grab tensorflow install intruction from the apple website [here](https://developer.apple.com/metal/tensorflow-plugin/) or use the environment files that are provided here. ([tf_apple.yml](tf_apple.yml)). I also provide a [linux env file](tf_linux.yml) in case you want to try.
3436

3537
## Pytorch
3638
Pytorch works straight out of the box, but only on CPU. There is a plan to release GPU support in the next months, follow [Soumith Chintala](https://twitter.com/soumithchintala) for up to date info on this.

0 commit comments

Comments
 (0)