sourasb05
sourasb05
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) in 1 import sys 2 sys.path.insert(0, '..') ----> 3 from utils import one_hot ~/federated-learning/utils/__init__.py in ----> 1 from utils import one_hot, normalize 2...
I have cloned it. then opened the simulations/frecency.ipynb The error came while executing from data.frecency import sample, frecency_points from data.frecency import sample_suggestions_normal as sample_suggestions --------------------------------------------------------------------------- ImportError Traceback (most recent call...
Yes. I'm starting from the root folder of the repo.