PrakhAI commited on
Commit
e8bcaf6
·
1 Parent(s): d115d53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,4 +66,5 @@ else:
66
 
67
  with st.expander("See first convolutional layer"):
68
  rgb = np.repeat(np.expand_dims(np.array(params["Conv_0"]["kernel"].squeeze()[:,:,0]+1)*127., axis=0), repeats=3, axis=0)
 
69
  st.image(Image.fromarray(rgb, mode="RGB").resize((28, 28)))
 
66
 
67
  with st.expander("See first convolutional layer"):
68
  rgb = np.repeat(np.expand_dims(np.array(params["Conv_0"]["kernel"].squeeze()[:,:,0]+1)*127., axis=0), repeats=3, axis=0)
69
+ print(rgb)
70
  st.image(Image.fromarray(rgb, mode="RGB").resize((28, 28)))