autodl-projects/xautodl/__init__.py

12 lines
404 B
Python
Raw Normal View History

2021-05-18 16:08:00 +02:00
#####################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.05 #
#####################################################
# An Automated Deep Learning Package to support #
# research activities. #
#####################################################
2021-05-19 07:00:33 +02:00
def version():
versions = ["0.9.9"] # 2021.05.18
return versions[-1]