Selaa lähdekoodia

fix some wrong links in docs

FlyingQianMM 4 vuotta sitten
vanhempi
commit
004520974d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      paddlex/cv/models/classifier.py

+ 1 - 1
paddlex/cv/models/classifier.py

@@ -154,7 +154,7 @@ class BaseClassifier(BaseModel):
             if warmup_steps > lr_decay_epochs[0] * num_steps_each_epoch:
                 logging.error(
                     "In function train(), parameters should satisfy: "
-                    "warmup_steps <= lr_decay_epochs[0]*num_samples_in_train_dataset",
+                    "warmup_steps <= lr_decay_epochs[0]*num_samples_in_train_dataset.",
                     exit=False)
                 logging.error(
                     "See this doc for more information: "