vanderschaarlab / synthcity

A library for generating and evaluating synthetic tabular data for privacy, fairness and data augmentation.
https://www.vanderschaar-lab.com/
Apache License 2.0
455 stars 63 forks source link

Session crashed and installation issue on google colab #271

Closed yunwezhang closed 2 months ago

yunwezhang commented 7 months ago

Question

Hi developer, I have an issue when running tutorial examples on google colab.

Further Information

I think I successfully installed the package but when running the first tutorial example, my session kept crushing for unknown reasons. Any idea what the problem could be? Many thanks.

Screenshots

image
robsdavis commented 7 months ago

@yunwezhang, thank you for reporting this issue. It seems as if importing synthcity.plugins is causing a timeout. After a quick review it looks like it may be timing out during an import of a third party library. I will review in more detail soon and attempt to resolve this. In the meantime, you could try and run the code locally as you will not be constrained by google colabs timeout thresholds.

robsdavis commented 2 months ago

This seems to have been a transient issue with google colab that is no longer the case. I will close the issue. Please re-open if you find this again.