From cc689d7f991b48b2afe9a9edfad5f892e7058a91 Mon Sep 17 00:00:00 2001 From: Marcel Keller Date: Tue, 29 Aug 2023 16:47:03 +1000 Subject: [PATCH] Update documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e457d2f..f7b88ace 100644 --- a/README.md +++ b/README.md @@ -594,7 +594,7 @@ pip3 install numpy scipy pillow>=9.1 tensorflow python3 squeezenet_main.py --in ./SampleImages/n02109961_36.JPEG --saveTFMetadata True python3 squeezenet_main.py --in ./SampleImages/n02109961_36.JPEG --scalingFac 12 --saveImgAndWtData True cd ../../../.. -Scripts/fixed-rep-to-float.py EzPC/Athos/Networks/SqueezeNetImgNet/SqNetImgNet_img_input.inp +cp EzPC/Athos/Networks/SqueezeNetImgNet/SqNetImgNet_img_input.inp Player-Data/Input-Binary-P0-0 ./compile.py -R 64 tf EzPC/Athos/Networks/SqueezeNetImgNet/graphDef.bin 1 trunc_pr split Scripts/ring.sh tf-EzPC_Athos_Networks_SqueezeNetImgNet_graphDef.bin-1-trunc_pr-split ```