ydataai / ydata-synthetic

Synthetic data generators for tabular and time-series data
https://docs.synthetic.ydata.ai
MIT License
1.38k stars 232 forks source link

Continue training from previous weights with TimeGAN #341

Open MarigoldDrift opened 1 month ago

MarigoldDrift commented 1 month ago

Hello, I modified the TimeGAN code in the 'examples' folder to train with my own dataset. The results are quite good, but every time I train I had to start from scratch. Is there any way to continue training from the weights of the last session?