titu1994 / DenseNet

DenseNet implementation in Keras
MIT License
707 stars 294 forks source link

Plans for memory efficient implementation in Keras? #54

Open aayushARM opened 5 years ago

aayushARM commented 5 years ago

Hi @titu1994, I checked out @joeyearsleys 's repo but its limited to densenet-121 architecture, while your's has other architectures supported as well. Are you planning to add memory efficiency support on this?

titu1994 commented 5 years ago

It depends. If Tensorflow two supports it then I probably will take the time to try it. No guarantees though.