We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb2b4cd + aeb8808 commit 3f83619Copy full SHA for 3f83619
1 file changed
element_deeplabcut/train.py
@@ -10,7 +10,6 @@
10
import os
11
from pathlib import Path
12
from element_interface.utils import find_full_path, dict_to_uuid
13
-from deeplabcut import train_network
14
from .readers import dlc_reader
15
16
try:
@@ -249,6 +248,8 @@ class ModelTraining(dj.Computed):
249
248
# https://github.com/DeepLabCut/DeepLabCut/issues/70
250
251
def make(self, key):
+ from deeplabcut import train_network # isort:skip
252
+
253
"""Launch training for each train.TrainingTask training_id via `.populate()`."""
254
project_path, model_prefix = (TrainingTask & key).fetch1(
255
"project_path", "model_prefix"
0 commit comments