sdv-dev / TGAN

Generative adversarial training for generating synthetic tabular data.
MIT License
281 stars 91 forks source link

tarfile.ReadError: unexpected end of data #53

Open krishgn opened 4 years ago

krishgn commented 4 years ago

I'm running tgan in my MacBook. Python version 3.7. Running a Conda environment with tgan all the dependencies installed. I fit the data and saved the model to a specified path. I ran another script to load the saved model. Verified the path and filename. While running the line "new_tgan = TGANModel.load(model_path)", I'm getting the error: tarinfo = self.next() File "/Users/<...>/envs/tgan_env/lib/python3.7/tarfile.py", line 2283, in next raise ReadError("unexpected end of data") tarfile.ReadError: unexpected end of data