it's getting up to 3.5 GB.

On Mon, Oct 4, 2021 at 6:36 PM Tushar Wagh <tus...@bioenabletech.com> wrote:

> Hello,
> Thank you very much for your work for pyinstaller.
> I am using pyinstaller for my script. The size of the dist folder is very
> large thus becoming non-reliable for use. Please guide me, so that I can
> make a smaller exe.
>
> In my script, I am importing the following modules.
> import numpy as np
> from numpy.linalg import norm
> import pickle
> import os
> import random
> import time
> import math
> import tensorflow
> from tensorflow.keras.preprocessing import image
> from tensorflow.keras.applications.resnet50 import ResNet50,
> preprocess_input
> from tensorflow.keras.applications.mobilenet import MobileNet
> import cv2
> import glob
> import pickle
> from scipy.spatial.distance import cosine
> from pathlib import Path
> from annoy import AnnoyIndex
> import json
>


-- 
*Best Regards,*
*Tushar Wagh*
*Data Science Engineer*
*BioEnable Technologies Pvt. Ltd*

*+91 9890132816 *
* <https://www.linkedin.com/in/tushar-wagh-1781b7112/>  *
<https://join.skype.com/invite/ldeISZrlEsrm>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/CAG0mPmYta5mDY7kknYji5kiS9owbjPNyYWeeicGSAD8GVrUpZA%40mail.gmail.com.

Reply via email to