Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for web_config (0.12 sec)

  1. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

            SingletonLaContainerFactory.getContainer().register(LabelTypeHelper.class, "labelTypeHelper");
    
            WebConfig webConfig = new WebConfig();
            ComponentUtil.getCrawlingConfigHelper().store("test", webConfig);
            setValueToObject(ComponentUtil.getLabelTypeHelper(), "labelTypePatternList", new ArrayList<LabelTypePattern>());
    
            System.gc();
            Thread.sleep(1000L);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 24 13:01:38 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Keras:
        *   The default values for tf.keras `RandomUniform`, `RandomNormal`, and
            `TruncatedNormal` initializers have been changed to match those in
            external Keras.
        *   Breaking change: `model.get_config()` on a Sequential model now returns
            a config dictionary (consistent with other Model instances) instead of a
            list of configs for the underlying layers.
    
    ## Bug Fixes and Other Changes
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top