Anaisdg
Anaisdg
Likewise, I also get ` type error @14:29-14:30: record is missing label windowPeriod` with ``` import "experimental" time = experimental.addDuration( d: 3600s, to: 2021-04-19T11:00:00Z ) from(bucket: "Website Monitoring Bucket") |>...
@Esity thank you for taking ownership of this, we really appreciate it. It has been moved to InfluxCommunity.
I'm also getting this error ModuleNotFoundError: No module named 'tfsnippet'
Instead, I have to find the value of y_bar() by yielding it first, and then manually input that value in the map function. Or am I'm missing something. Thank you!
Thank you so much!
I have also tried - enforcing the use of tf.compat.v1 ``` import tensorflow.compat.v1 as tf tf.disable_v2_behavior() ``` - TensorFlow == 1.15 and Python 3.7