Z-Zheng / SimpleCV

Simplify training, evaluation, prediction in Pytorch
MIT License
63 stars 12 forks source link

fixed a bug in config #27

Closed Z-Zheng closed 5 years ago

Z-Zheng commented 5 years ago

In the original version, the imported configuration will directly replace the default value rather than update the value, which causes python "dict" object is lack of default value ignored in the imported configuration.