Idk
This commit is contained in:
7
rpi/training/datasets/chesscog/data.yaml
Normal file
7
rpi/training/datasets/chesscog/data.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
train: ../train/
|
||||
val: ../valid/
|
||||
test: ../test/
|
||||
|
||||
nc: 12
|
||||
names: ['w_pawn','w_knight','w_bishop','w_rook','w_queen','w_king',
|
||||
'b_pawn','b_knight','b_bishop','b_rook','b_queen','b_king']
|
||||
7
rpi/training/datasets/unified/data.yaml
Normal file
7
rpi/training/datasets/unified/data.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
train: ../train/
|
||||
val: ../valid/
|
||||
test: ../test/
|
||||
|
||||
nc: 12
|
||||
names: ['w_pawn','w_knight','w_bishop','w_rook','w_queen','w_king',
|
||||
'b_pawn','b_knight','b_bishop','b_rook','b_queen','b_king']
|
||||
Reference in New Issue
Block a user