magenta / mt3

MT3: Multi-Task Multitrack Music Transcription
Apache License 2.0
1.43k stars 187 forks source link

I can't get to the part where I upload my file. #38

Open Humanity121 opened 2 years ago

Humanity121 commented 2 years ago

Clear output executed at 7:53 PM (0 minutes ago) executed in 13.212s

/usr/local/lib/python3.7/dist-packages/flax/optim/base.py:52: DeprecationWarning: Use optax instead of flax.optim. Refer to the update guide https://flax.readthedocs.io/en/latest/howtos/optax_update_guide.html for detailed instructions. 'for detailed instructions.', DeprecationWarning) /usr/local/lib/python3.7/dist-packages/jax/_src/lib/xla_bridge.py:435: UserWarning: jax.host_count has been renamed to jax.process_count. This alias will eventually be removed; please update your code. "jax.host_count has been renamed to jax.process_count. This alias "

Aditionally:

No files selected. Upload widget is only available when the cell has been executed in the current browser session. Please rerun this cell to enable.

MessageError Traceback (most recent call last)

in () 4 5 log_event('uploadAudioStart', {}) ----> 6 audio = upload_audio(sample_rate=SAMPLE_RATE) 7 log_event('uploadAudioComplete', {'value': round(len(audio) / SAMPLE_RATE)}) 8 4 frames /usr/local/lib/python3.7/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec) 104 reply.get('colab_msg_id') == message_id): 105 if 'error' in reply: --> 106 raise MessageError(reply['error']) 107 return reply.get('data', None) 108 MessageError: TypeError: google.colab._files is undefined No idea what is going on.
Humanity121 commented 2 years ago

Also when I try to restat the session and reset to defaults by going to runtime reset to factory defaults it doesn't appear to delete the pckages so not sure how to fix. Any input would be greatly appreciated. I think I'm just doing something wrong and it's most likely user error.

unsightedmetal6 commented 2 years ago

Did you run the "Upload Audio" cell after you ran all of the cells above it (and waited for them to complete)? Did you click "Choose files"?

upload audio

Humanity121 commented 2 years ago

I figured out the problem. I had to enable third party cookies in chrome. If you could add that to the readme as a potential issue to warn others about that would be great. I got it working now and colab is nice and accessible with NVDA. So that's great.

On 4/21/22, unsightedmetal6 @.***> wrote:

Did you run the "Upload Audio" cell after you ran all of the cells above it (and waited for them to complete)? Did you click "Choose files"?

upload
audio

-- Reply to this email directly or view it on GitHub: https://github.com/magenta/mt3/issues/38#issuecomment-1105887127 You are receiving this because you authored the thread.

Message ID: @.***>