add autodl

This commit is contained in:
mhz
2024-08-25 18:02:31 +02:00
parent 192f286cfb
commit a0a25f291c
431 changed files with 50646 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
#####################################################
# 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.06.01
versions = ["1.0.0"] # 2021.08.14
return versions[-1]