Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Select ARM 64 pkg and run the installer.

1. git clone https://github.com/woolfel/mac-tensorflow-bench
2. cd mac-tensorflow-bench
3. conda env update environment.yml
3. conda env update -f environment.yml
4. conda activate tensorflow_bench
5. verify everything is installed correctly by running env_check.py

Expand Down Expand Up @@ -69,4 +69,4 @@ phyiscal memory - total memory used by model = memory remaining for training dat

If the training data is 300 x 300 pixel, the average file size should be around 270 kilobyte.

If the training data is 600 x 600, the average file size should be around 1 megabyte.
If the training data is 600 x 600, the average file size should be around 1 megabyte.