Closed devinwang closed 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.
__main__
Thanks.
Thanks !
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.