issues
search
caikit
/
caikit-nlp
Apache License 2.0
12
stars
47
forks
source link
:goal_net: Disallow empty train streams
#223
Closed
evaline-ju
closed
1 year ago
evaline-ju
commented
1 year ago
Add value checks on streams in
.train
- we were seeing confusing errors on empty streams in training. Specifically, an error check on buffer size will fail when the data stream wrapper is called/used
Update test fixtures to not have empty streams
Closes #214
.train
- we were seeing confusing errors on empty streams in training. Specifically, an error check on buffer size will fail when the data stream wrapper is called/usedCloses #214