- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for batchSize (0.08 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'searchlog.process.batch_size'. <br> * The value is, e.g. 100 <br> * comment: Batch size for search log processing. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getSearchlogProcessBatchSize(); /** * Get the value for the key 'searchlog.process.batch_size' as {@link Integer}. <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
RELEASE.md
# Release 2.7.0 ## Breaking Changes * `tf.keras`: * The methods `Model.fit()`, `Model.predict()`, and `Model.evaluate()` will no longer uprank input data of shape `(batch_size,)` to become `(batch_size, 1)`. This enables `Model` subclasses to process scalar data in their `train_step()`/`test_step()`/`predict_step()` methods. \ Note that this change may break certain subclassed models. You can
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2)