Home
last modified time | relevance | path

Searched refs:patience (Results 1 – 25 of 56) sorted by relevance

123

/external/tensorflow/tensorflow/python/keras/
Dcallbacks_test.py459 patience = 0
462 patience=patience, monitor=monitor, mode=mode)
476 patience = 3
486 stopper = keras.callbacks.EarlyStopping(monitor='acc', patience=patience)
488 assert len(hist.epoch) >= patience
493 assert len(hist.epoch) >= patience
514 patience = 3
516 patience=patience,
519 assert len(hist.epoch) >= patience
539 patience=2,
[all …]
Dcallbacks.py929 patience=0, argument
937 self.patience = patience
986 if self.wait >= self.patience:
1440 patience=10, argument
1459 self.patience = patience
1508 if self.wait >= self.patience:
Dcallbacks_v1_test.py377 monitor='val_loss', factor=0.5, patience=4, verbose=1),
/external/lmfit/lib/
Dlmstruct.h52 int patience; /* Used to set the maximum number of function evaluations member
Dlmmin.c133 int maxfev = C->patience * (n+1); in lmmin()
/external/lmfit/man/
Dlmmin.pod110 =item B<int> I<control.patience>
112 Used to set the maximum number of function evaluations to patience*n_par.
181 control.patience = 500; /* allow more iterations */
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHolidayTest.java182 int patience=100; in exerciseHoliday() local
189 if(--patience <= 0) { in exerciseHoliday()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DHolidayTest.java185 int patience=100; in exerciseHoliday() local
192 if(--patience <= 0) { in exerciseHoliday()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.callbacks.-reduce-l-r-on-plateau.pbtxt8 …argspec: "args=[\'self\', \'monitor\', \'factor\', \'patience\', \'verbose\', \'mode\', \'min_delt…
Dtensorflow.keras.callbacks.-early-stopping.pbtxt8 …argspec: "args=[\'self\', \'monitor\', \'min_delta\', \'patience\', \'verbose\', \'mode\', \'basel…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.callbacks.-reduce-l-r-on-plateau.pbtxt8 …argspec: "args=[\'self\', \'monitor\', \'factor\', \'patience\', \'verbose\', \'mode\', \'min_delt…
Dtensorflow.keras.callbacks.-early-stopping.pbtxt8 …argspec: "args=[\'self\', \'monitor\', \'min_delta\', \'patience\', \'verbose\', \'mode\', \'basel…
/external/u-boot/doc/
DREADME.socfpga91 ... this may take some time, have patience ...
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2_test.py492 monitor='val_loss', factor=0.1, min_delta=0, patience=1, cooldown=5)
511 patience=1,
/external/curl/docs/
DBUGS212 off, maybe they're off in the woods hunting. Have patience. Allow at least a
/external/brotli/tests/testdata/
Dasyoulik.txt842 Her very silence and her patience
1982 cried 'Have patience, good people!'
3421 TOUCHSTONE We shall find a time, Audrey; patience, gentle Audrey.
3660 All humbleness, all patience and impatience,
4047 JAQUES Sir, by your patience. If I heard you rightly,
4059 Your patience and your virtue well deserves it:
Dplrabn12.txt1443 With stubborn patience as with triple steel.
5083 All patience. He, who therefore can invent
6876 Of patience and heroick martyrdom
9490 True patience, and to temper joy with fear
10631 Add virtue, patience, temperance; add love,
/external/one-true-awk/
DFIXES112 to paul patience and arnold robbins for passing it on and for
/external/python/cpython2/Doc/faq/
Dprogramming.rst153 (if you have some patience -- the profiling itself can slow your program down by
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst298 print "We lacked patience and got a multiprocessing.TimeoutError"
/external/python/google-api-python-client/samples/prediction/
Dlanguage_id.txt394 "French", "Le jeune homme commen�a par chercher cette lettre avec une grande patience, tournant et …
414 …, Ma!' said the young Crab, a little snappishly. 'You're enough to try the patience of an oyster!'"
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst409 print("We lacked patience and got a multiprocessing.TimeoutError")
/external/libxkbcommon/xkbcommon/build-aux/
Dtraces.23023 # you end up with a "frozen" computer, even though with patience
Dtraces.0363 # you end up with a "frozen" computer, even though with patience
/external/python/setuptools/docs/
Dsetuptools.txt1447 Our apologies for the inconvenience, and thank you for your patience.

123