jonathanbratt / RBERT

Implementation of BERT in R
Apache License 2.0
158 stars 19 forks source link

minor breaking change in 0.1.5 #27

Closed jonathanbratt closed 5 years ago

jonathanbratt commented 5 years ago

The layer_indexes parameter in extract_features was previously required to be a list, but currently must be an integer vector. Should allow either to avoid breaking changes.

jonathanbratt commented 5 years ago

nope! I misremembered. The code currently allows a list as well. :)