INNER CODE UNIT · Python
train_network
DeepLabCut/DeepLabCut · deeplabcut/cli.py:298
def train_network(_, *args, **kwargs):
"""Train a trained Feature detector with a specific training data set.
Delegates to ``deeplabcut.train_network``.
Args:
config (string): Full path of the config.yaml file in the train directory of a
project.
shuffle (int, optional): Shuffle index of the training dataset. Defaults to 1.
Examples:
To train the network with the default settings:
```bash
python3 dlc.py step7_train /home/project/reaching/config.yaml
```
"""
from deeplabcut.pose_estimation_tensorflow import training