File: config_dict_examples.rst

package info (click to toggle)
python-ml-collections 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: python: 5,456; makefile: 26
file content (12 lines) | stat: -rw-r--r-- 908 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
ml_collections.config_dict examples
===================================

.. toctree::
   :maxdepth: 1

   ConfigDict Basic <https://github.com/google/ml_collections/blob/master/ml_collections/config_dict/examples/config_dict_basic.py>
   ConfigDict Advanced <https://github.com/google/ml_collections/blob/master/ml_collections/config_dict/examples/config_dict_advanced.py>
   ConfigDict Lock <https://github.com/google/ml_collections/blob/master/ml_collections/config_dict/examples/config_dict_lock.py>
   ConfigDict Placeholder <https://github.com/google/ml_collections/blob/master/ml_collections/config_dict/examples/config_dict_placeholder.py>
   Field Reference <https://github.com/google/ml_collections/blob/master/ml_collections/config_dict/examples/field_reference.py>
   FrozenConfigDict <https://github.com/google/ml_collections/blob/master/ml_collections/config_dict/examples/frozen_config_dict.py>