jorddenn
Results
3
comments of
jorddenn
Looks awesome, no missing bracket and no need to force a mirror
@fi000 The problem you're having is because line 72 should read "self._reset()" not "self.reset()". "self.reset()" is the abstract function that needs to be implemented and it is, as "self._reset()" but...
The file to be imported is in the deeplearning_assistant repo that was linked above by @TheGU. The code is trying to use the model_builder.py file included in that repo. However...