Charlotte Gerhaher
Charlotte Gerhaher
Click to expand! ### Issue Type Support ### Have you reproduced the bug with TF nightly? Yes ### Source binary ### Tensorflow Version 2.11.0 ### Custom Code Yes ### OS...
### Description After 9,070 epochs (= 907,000) epochs this still looks only like a big green color explosion: ### Steps to Reproduce I am running the code as follows: `python3...
Is there a reason that its no compatible with Python 3.12 and instead only ">=3.7,
### Steps to reproduce ```python from pydub import AudioSegment from pydub.playback import play sound = AudioSegment.from_file("http://www.nch.com.au/acm/8k16bitpcm.wav", "wav") play(sound) ``` ### Expected behavior Load audio from remote file. ### Actual behavior...