Skip to content

Commit e234ea6

Browse files
authored
Update README.md
Error in parameter naming (valid)
1 parent 55ef5f8 commit e234ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ bplusplus.prepare(
8686
output_directory=PREPARED_DATA_DIR,
8787
img_size=640, # Target image size for training
8888
conf=0.6, # Detection confidence threshold (0-1)
89-
valid_fraction=0.1, # Validation split ratio (0-1), set to 0 for no validation
89+
valid=0.1, # Validation split ratio (0-1), set to 0 for no validation
9090
)
9191
```
9292

0 commit comments

Comments
 (0)