NoSuchNodeError from BatchGenerator function
Hi again!
I'm now trying to build a T-phase earthquake detector (using the same approach as outlined in the tutorial), but I'm getting an error that I can't get my head around.
I thought I'd just try a small test dataset to see what happened in Ketos - 39 annotations 45 seconds each, with 25 in the training, 6 in the validation, and was going to use the last 8 in testing.
When I start the training (creating a batch generator)
train_generator = BatchGenerator(batch_size=5, data_table=train_data, output_transform_func=ResNetInterface.transform_batch, shuffle=True, refresh_on_epoch_end=True)
I'm getting an error message: `NoSuchNodeError: group /train
does not have a child named ``nrows``` (full message attached).
errormessage.txt
Looking at the database and comparing to others that work, I can't see any major differences, so I'm stuck. What should I try next?
Many thanks,
Shaula