Michiel Bontenbal

Results 2 issues of Michiel Bontenbal

I use anaconda to run 01a - Image Analysis with Computer Vision.ipynb. I get a 'resource not found' error, however the store_cam1.jpg file is in the right folder. **Here is...

In the wav2vec colab (https://keras.io/examples/audio/wav2vec2_audiocls/) I get an 'UnimplementedError' when training the model in Colab. https://colab.research.google.com/github/keras-team/keras-io/blob/master/examples/audio/ipynb/wav2vec2_audiocls.ipynb ```python model.fit( train_x, train["label"], validation_data=(test_x, test["label"]), batch_size=BATCH_SIZE, epochs=MAX_EPOCHS, ) Epoch 1/2 --------------------------------------------------------------------------- UnimplementedError Traceback...

type:bug