Jeff Yang

Results 20 comments of Jeff Yang

I think the problem is the weird output (`comp.vue_vue_type_script_setup_true_lang.[hash].js`) instead of `[name].[hash].js`.

I can't reproduce. It showed ReferenceError. ``` Uncaught ReferenceError: can't access lexical declaration 'a' before initialization ```

Please provide a minimal reproduction to reproduce the issue.

@kmcgrady Thanks for your reply > How should we make this work properly to not require the keyboard but allow the keyboard if needed? I am not quite familiar with...

Just want to mention that we can use https://pytorch-ignite.ai/chat as a shortcut for discord link.

We could either explicitly mention in high level API, we have already called `.train()` or `.eval()` or let users call themselves.

Turns out that inherited members are not shown if we use `.. automodule::`.

But not in https://deploy-preview-2143--pytorch-ignite-preview.netlify.app/generated/ignite.contrib.handlers.tensorboard_logger.html#ignite.contrib.handlers.tensorboard_logger.TensorboardLogger cuz that page is using `.. automodule::`. Accuracy is using `.. autoclass::`

I think because - we are not using [`:toctree: generated` like in handlers.rst](https://pytorch.org/ignite/master/_sources/handlers.rst.txt) under `Classes` in [`module.rst`](https://raw.githubusercontent.com/pytorch/ignite/master/docs/source/_templates/autosummary/module.rst). - we are using [`:members:` under `.. automodule::`](https://raw.githubusercontent.com/pytorch/ignite/master/docs/source/_templates/autosummary/module.rst) to show the members (classes...

@vfdev-5 any idea how can we import yaml inside yaml ? I found out that circleci yaml is just vanilla yaml, so we can't do normally. Two options I found...