Note that the number of classes is irrelevant here, but is required to build the
network (before loading it). In this set we just need a dummy `extractor` in Bob pipeline which can be defined in the configuration file in this way:
network (before loading it). ``_model`` and ``_num_classes`` are optional input arguments and will be set automatically. In this set, we just need a dummy ``extractor`` in bob_ pipeline which can be defined in the configuration file in this way:
.. code:: python
...
...
@@ -73,3 +70,6 @@ network (before loading it). In this set we just need a dummy `extractor` in Bob
You can easily implement your own extractor based on your own network too. Just have
a look at the code in ``bob/learn/pytorch/preprocessor/audio``.