titu1994 / keras-efficientnets

Keras Implementation of EfficientNets
MIT License
187 stars 63 forks source link

Using global imported os module #20

Closed devinwang closed 5 years ago

devinwang commented 5 years ago

Hello,

The os module is used in EfficientNet, but only has been imported in __main__ section, I fixed this issue by moving the import instruction to the top level. Please have a look.

Thanks.

titu1994 commented 5 years ago

Thanks !