but while training there is a warning popping up, which I cannot interpret as problematic or not:
/home/user/git/Annif/annif-venv/lib/python3.12/site-packages/keras/src/trainers/data_adapters/py_dataset_adapter.py:121: UserWarning: Your `PyDataset` class should call `super().__init__(**kwargs)` in its constructor. `**kwargs` can include `workers`, `use_multiprocessing`, `max_queue_size`. Do not pass these arguments to `fit()`, as they will be ignored. self._warn_if_super_not_called()
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to annif...@googlegroups.com
Hi Tobias!
Thanks for the detailed report. This seems to be a pretty harmless
warning - I think things should work regardless of the warning. But it
points to a bug in the NN ensemble backend - the LMDBSequence
constructor is missing a call to the superclass constructor. I have just
opened a pull request that fixes the issue: