Gusti Triandi Winata
Gusti Triandi Winata
Lowering flower version to solve issue #294
The issue here is the docs are monochrome before in this page, but on the other [page](https://mmf.sh/docs/tutorials/metrics) it's colorized. Here by editing codeblock to the language specified and configuring the...
## 🐛 Bug It's about the codeblock documentation in this [page](https://mmf.sh/docs/tutorials/metrics) where it's codeblock don't have color pallete ## Expected behavior Codeblock standardized and have color pallete on the code...
Currently work in progress
solving `RuntimeError: "host_softmax" not implemented for 'Int'` issue in lab3. Currently issue mentioned in comment already closed and the method of going around the bug are not necessarily needed anymore.
Import error - AttributeError `from text_recognizer import lit_models`. Complications to argparse importing BaseLitModel , change the import reference to `from text_recognizer.lit_models import base` and refactor variable - AttributeError ``` parser.add_argument("--data_class",...
There are bugs on env.state() since the current version of gym are having bugs with these examples. This commit is to solve it ## Description There are bugs on env.state()...
Your issue may already be reported! Please search on the [issue tracker](https://github.com/pytorch/examples/issues) before creating one. ## Context * Pytorch version: * Operating System and version: Ubuntu 20 ## Your Environment...
building file via `pip-compile`, better and more runable when installing with `pip` or `docker-compose` to avoid package conflict
Hi, first of all thanks for the blog and tutorials you posted on testdriven.io, really appreciate your tutorial. It's really comprehensive. But, I would like to address the difficulty that...