titu1994 / keras-efficientnets

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

Config patch #18

Closed Cyril9227 closed 5 years ago

Cyril9227 commented 5 years ago

Fixed a mistake in config.py "AttributeError: 'BlockArgs' object has no attribute 'id_skip'

Also modified list of block args to use the code made for serialization

Anyway, thank you a lot for your awesome work :)

titu1994 commented 5 years ago

Thank you for your contribution. However there is an issue.

Unless you've changed the entire code, I doubt the commit should show an entire script being changed. I'm assuming it's because of some linting issues or so.

Please open a new PR with just the changes you made so that I can review it properly.