intro-to-dl icon indicating copy to clipboard operation
intro-to-dl copied to clipboard

Corrected the name of imported 'Concatenate' layer

Open rrishabh145 opened this issue 4 years ago • 0 comments

"from keras.layers import concatenate" was updated to "from keras.layers import Concatenate" which caused error otherwise.

rrishabh145 avatar May 23 '20 11:05 rrishabh145