lin-shuyu / VAE-LSTM-for-anomaly-detection

We propose a VAE-LSTM model as an unsupervised learning approach for anomaly detection in time series.
427 stars 83 forks source link

tensorflow-gpu and tensorflow_probability version issues #22

Open wxinlon opened 4 months ago

wxinlon commented 4 months ago

tensorflow-gpu == 1.15.2 # Version Matching. Must be version 0.6.1 tensorflow_probability == 0.7.0 # Minimum version 0.8.0 So, what version should i install? tensorflow-gpu choose 1.15.2 or 0.6.1? tensorflow_probability choose 0.7.0 or 0.8.8?