test_v1.1

This commit is contained in:
2023-05-23 17:03:23 +08:00
parent 663edbb5e2
commit 4968e6400e
17 changed files with 1 additions and 210 deletions
-5
View File
@@ -134,8 +134,3 @@ class AlphaGoEncoder(Encoder):
def shape(self):
return self.num_planes, self.board_height, self.board_width
def create(board_size):
return AlphaGoEncoder(board_size)