MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / train_network

Function train_network

deeplabcut/cli.py:250–261  ·  view source on GitHub ↗

Train a trained Feature detector with a specific training data set.\n Provide path to the pose_config file. CONFIG: Full path of the config.yaml file in the train directory of a project.\n e.g. run the script like this: python3 dlc.py step7_train /home/project/reaching/conf

(_, *args, **kwargs)

Source from the content-addressed store, hash-verified

248)
249@click.pass_context
250def train_network(_, *args, **kwargs):
251 """Train a trained Feature detector with a specific training data set.\n
252 Provide path to the pose_config file.
253 CONFIG: Full path of the config.yaml file in the train directory of a project.\n
254
255 e.g. run the script like this:
256 python3 dlc.py step7_train /home/project/reaching/config.yaml
257
258 """
259 from deeplabcut.pose_estimation_tensorflow import training
260
261 training.train_network(*args, **kwargs)
262
263
264##########################################################################

Callers

nothing calls this directly

Calls 1

train_networkMethod · 0.80

Tested by

no test coverage detected