|
|
@ -134,7 +134,7 @@ def process(settings, file_name):
|
|
|
|
You need to add a data provider definition `define_py_data_sources2` in our network configuration. This definition specifies:
|
|
|
|
You need to add a data provider definition `define_py_data_sources2` in our network configuration. This definition specifies:
|
|
|
|
|
|
|
|
|
|
|
|
- The path of the training and testing data (`data/train.list`, `data/test.list`).
|
|
|
|
- The path of the training and testing data (`data/train.list`, `data/test.list`).
|
|
|
|
- The location of the data provider file (`dataprovider_pow`).
|
|
|
|
- The location of the data provider file (`dataprovider_bow`).
|
|
|
|
- The function to call to get data. (`process`).
|
|
|
|
- The function to call to get data. (`process`).
|
|
|
|
- Additional arguments or data. Here it passes the path of word dictionary.
|
|
|
|
- Additional arguments or data. Here it passes the path of word dictionary.
|
|
|
|
|
|
|
|
|
|
|
|