DavidWang12345678
DavidWang12345678
When I try to import Nussl, I encounter an error. I’ve checked that my SciPy version is up to date (1.14.1). Has anyone else experienced this problem?
When i import nussl, there's an error: AttributeError: module 'scipy.signal' has no attribute 'hamming'  Can anyone helps to fix this, pls.
I was trying to build a cnn that can identify dog and cat, the code is below, when it come to model.fit, there's an error occurred: AttributeError: 'NoneType' object has...