Chandra Irugalbandara

Results 4 comments of Chandra Irugalbandara

@fenerir But if the model is trained using the input size set to 1280. Don't you think that if we inference using image size set to 2560 doesn't make sense?...

Beginning of the Page Add this `st.markdown("", unsafe_allow_html=True);` and end at this `st.markdown("Go to top", unsafe_allow_html=True);` I was not able to do this when I clicked a st.button

``` if st.button("Go to Up", key=f"go_to_up_{st.session_state.go_to_up}") { st.session_state.go_to_up += 1; st.components.v1.html("window.parent.document.querySelector('section.main').scrollTo(0, 0);", height=0); } ``` need to update the key otherwise works one time