Weizhe Li

Results 4 issues of Weizhe Li

I found that when the yaml file is too long, it is good to have a scroll bar there. Thank you again for your great streamlit component.

I tried to import my google calendar to calfw using calfw-ical and calfw-gcal. When I execute the following command: (cfw:open-ical-calendar "https://calendar.google.com/calendar/ical/.../basic.ics") I failed to import it. There was a "M-x...

Could you let me know why the pad_h, and pad_w here are not used in the following function? ``` def _get_reference_points(spatial_shapes, device, kernel_h, kernel_w, dilation_h, dilation_w, pad_h=0, pad_w=0, stride_h=1, stride_w=1):...