File: config_flags_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 (8 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
ml_collections.config_flags examples
====================================

.. toctree::
   :maxdepth: 1

   DEFINE_config_dict <https://github.com/google/ml_collections/blob/master/ml_collections/config_flags/examples/define_config_dict_basic.py>
   DEFINE_config_file <https://github.com/google/ml_collections/blob/master/ml_collections/config_flags/examples/define_config_file_basic.py>