Skip to content

Commit

Permalink
Add: Add initialization operation of config.
Browse files Browse the repository at this point in the history
  • Loading branch information
chairc committed May 6, 2024
1 parent f112797 commit 0c10e06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
"""
@Date : 2024/3/12 14:11
@Author : chairc
@Site : https://github.com/chairc
"""
from .choices import bool_choices, sample_choices, network_choices, optim_choices, act_choices, lr_func_choices, \
image_format_choices, noise_schedule_choices, RANDOM_RESIZED_CROP_SCALE, MEAN, STD
from .version import __version__, get_versions, get_latest_version, get_old_versions, check_version_is_latest

0 comments on commit 0c10e06

Please sign in to comment.