mirror of
https://github.com/Visualize-ML/Book4_Power-of-Matrix.git
synced 2026-05-05 15:12:37 +08:00
Add files via upload
This commit is contained in:
@@ -41,7 +41,7 @@ b = np.round(b,1)
|
||||
|
||||
show_number = False
|
||||
with st.sidebar:
|
||||
show_number = st.checkbox('Show values:')
|
||||
show_number = st.checkbox('Display values')
|
||||
|
||||
tensor_a_b = a@b.T
|
||||
|
||||
|
||||
Reference in New Issue
Block a user