Jeff Yang

Results 11 issues of Jeff Yang

### Problem Keyboard shows up when click on `selectbox` in smart phone browser. So, I inspected the html code and found out `selectbox` is actually `` tag. ### Expected Keyboard...

enhancement
st.selectbox

### Feature Automatic mixed precision for xla has landed in [pytorch 1.8.1](https://github.com/pytorch/pytorch/releases/tag/v1.8.1) and torch/xla nightly. We should enable it in `create_supervised_*` helper functions. ### Suggested solution Remove xla and amp...

enhancement
help wanted

### 📚 Documentation When I first read about [timeline and events in PyTorch-Ignite concepts](https://pytorch.org/ignite/master/concepts.html#timeline-and-events), I noticed I had to rotate my head around 30 degree to read [`timeline_and_event` image](https://pytorch.org/ignite/master/_static/img/concepts/timeline_and_events.png). Should...

docs

## 📚 Documentation We are currently building the docs from all tags / releases using master template and configs. And there are a bunch of warnings for past releases. This...

docs

Fixes #{issue number} Description: Check list: - [ ] New tests are added (if a new feature is added) - [ ] New doc strings: description and/or example code are...

docs

### Description I recently noticed possible speed improvement when porting segmentation example to code-generator. According to the docs, examples, helper functions, and tests, we are calling `model.train()` or `model.eval()` inside...

question

## 📚 Documentation Currently we have imported the class in the handlers and metrics docs with `module.class_name` and `class_name`. [handlers docs](https://pytorch.org/ignite/master/handlers.html) [[source](https://github.com/pytorch/ignite/blob/master/docs/source/handlers.rst)] and [metrics docs](https://pytorch.org/ignite/master/metrics.html#complete-list-of-metrics) [[source](https://github.com/pytorch/ignite/blob/master/docs/source/metrics.rst)] This seems inconsistent. The...

docs

Currently `unbuild`'s install size is around 90MB which is huge. https://packagephobia.com/result?p=unbuild And I found `typescript` is on dependencies. https://github.com/unjs/unbuild/blob/e710503cda58a2691a6ed04abe91c346dae66d21/package.json#L51 `typescript` alone is around 60MB. https://packagephobia.com/result?p=typescript Can we make `typescript` as...

I would like to give some UX feedback on the new design of module docs. Currently the sidebar showing module name, module source, docs, GitHub repo, versions, etc. gets scrolled...

suggestion

## 📚 Documentation Use `.. versionadded::`, `.. versionchanged::` and `.. deprecated::` directive, so that user knows which features are added / changed / deprecated in which version and they can...

module: docs