autodl-projects/xautodl/__init__.py
2021-05-19 16:32:44 +08:00

12 lines
404 B
Python

#####################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.05 #
#####################################################
# An Automated Deep Learning Package to support #
# research activities. #
#####################################################
def version():
versions = ["0.9.9"] # 2021.05.19
return versions[-1]