PredAir
PredAir copied to clipboard
Forecasting air pollution using temporal attention mechanism in Beijing
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in 5 from sklearn.metrics import mean_squared_error 6 from math import sqrt ----> 7 from sample_model_utils import * 8 import apfm_keras_bahdanau_attention_utils as utils 9...
HI, I have some problems when try to debug the code. In the abstract method` _decode(self, serialized_example)`, it need a parameter "serialized_example" which I don't understand what value should assign...