gmalivenko / pytorch2keras

PyTorch to Keras model convertor
https://pytorch2keras.readthedocs.io/en/latest/
MIT License
857 stars 143 forks source link

Changed optional argument "names" to "name_policy" in README #136

Open balisujohn opened 3 years ago

balisujohn commented 3 years ago

From looking at the commit history, it looks like the optional argument was renamed from "names" to "name_policy," and the README still showed the optional arugment as "names."