This commit is contained in:
2023-05-23 15:52:09 +08:00
parent e8f9c8a287
commit 663edbb5e2
88 changed files with 6250 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from tugo.encoders.base import *
#from tugo.encoders.alphago import *
#from tugo.encoders.betago import *
from tugo.encoders.oneplane import *
from tugo.encoders.sevenplane import *
from tugo.encoders.simple import *