You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: