Dear everyone:
In tensorflow or pytorch, we can export a model to an external file
For example, pytorch saves models as pt files or pth files.
I want to check if somebody saves unorthorized information (for example, some restricted personal data) inside the model files.
Is there a good way to find out if somebody steals important unauthorized data and put those data inside the model files?
Also, I will appreciate if you can teach me the model file formats of pytorch and tensorflow, Keras.
Thank you and have a nice day