rncm-prism / prism-samplernn

Neural sound synthesis with TensorFlow 2
MIT License
115 stars 20 forks source link

AttributeError: can't set attribute 'model' #35

Open kokokowb opened 3 months ago

kokokowb commented 3 months ago

i use colab

berntisak commented 1 month ago

I'm getting the same error on both colab and running locally. Running the latter gives a bit more information:

File "/Users/berntisak/code/ai-ml/samplernn/prism-samplernn/callbacks.py", line 17, in __init__ self.model = model ^^^^^^^^^^ AttributeError: property 'model' of 'TrainingStepCallback' object has no setter