PredAir icon indicating copy to clipboard operation
PredAir copied to clipboard

Import error

Open zneha opened this issue 4 years ago • 1 comments


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 import numpy as np

ModuleNotFoundError: No module named 'sample_model_utils'

Also, which file refers to the custom softmax activation function?

zneha avatar Jun 17 '20 19:06 zneha

I m also getting the same error can u help out. Thank you

neha-vaasvik avatar Apr 01 '21 11:04 neha-vaasvik