You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Thank you for sharing this task5 base line
However, I got error during the training.
I am not sure this comes from the some corrupted data in embedding or code
dcase2020task5-uststc-baseline/src$ python classify.py $SONYC_UST_PATH/data/annotations.csv $SONYC_UST_PATH/data/dcase-ust-taxonomy.yaml $SONYC_UST_PATH/embeddings $SONYC_UST_PATH/output baseline_fine --label_mode fine
Epoch 25/100
- 1s - loss: 122.2184 - val_loss: 178.2631
Epoch 26/100
- 1s - loss: 119.3532 - val_loss: 183.5670
Epoch 27/100
- 1s - loss: 116.4432 - val_loss: 185.7071
Epoch 28/100
- 1s - loss: 113.5450 - val_loss: 186.4551
* Saving model predictions.
Traceback (most recent call last):
File "classify.py", line 695, in <module>
random_state=args.random_state)
File "classify.py", line 560, in train
results['test'] = model.predict(X_test).tolist()
File "/home/takeo/anaconda3/envs/dcase2020_tf1/lib/python3.7/site-packages/keras/engine/training.py", line 1380, in predict
x, _, _ = self._standardize_user_data(x)
File "/home/takeo/anaconda3/envs/dcase2020_tf1/lib/python3.7/site-packages/keras/engine/training.py", line 757, in _standardize_user_data
exception_prefix='input')
File "/home/takeo/anaconda3/envs/dcase2020_tf1/lib/python3.7/site-packages/keras/engine/training_utils.py", line 131, in standardize_input_data
'with shape ' + str(data_shape))
ValueError: Error when checking input: expected input to have 3 dimensions, but got array with shape (0, 1)
The text was updated successfully, but these errors were encountered:
Hi Thank you for sharing this task5 base line
However, I got error during the training.
I am not sure this comes from the some corrupted data in embedding or code
The text was updated successfully, but these errors were encountered: