We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TypeError Traceback (most recent call last) in <cell line: 2>() 1 import numpy as np ----> 2 np.save(open(model, 'wb'), model)
TypeError: expected str, bytes or os.PathLike object, not Whisper