Charles Frye

Results 57 issues of Charles Frye

either hack it into the `FlaggingCallback` or add a quick batch-style script we can use when logging the test/val sets

pull from here, in particular `environment`: ![image](https://user-images.githubusercontent.com/10442975/184250025-d225dfc2-dbf7-48bd-af4e-cc678a55d190.png)

# Problem we use the IPython `!` magic to execute terminal commands from notebooks, but that causes shell scripts to fail silently -- at most, their errors are printed as...

command: ```bash python -m flake8 --select=ANN --ignore=ANN101,ANN102,ANN002,ANN003,ANN202 \ --mypy-init-return --suppress-none-returning ./text-recognizer ./training ``` currently 228 lints

it is no longer in the requirements, isn't in the linting, and doesn't run on 2022 branch at https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2021/commit/0e875130ac429c68e1188a43ebe68045dafb4116 Process: add to pre-commit lint all files add to dev-lint environment...

right now, the "support" files for the model testing are written by hand, and so they need to be updated alternatively, we could draw from the validation or test sets...

if we can't reach `ec2.gradio.app` while trying to create a shareable URL, we go down this isn't needed for the deployed version, so we should make the `share` behavior configurable...

will need to rebuild the frontend docker container

`conda env update` reuses the existing environment, so when you make a big change to the yaml, things can fail on machines that ran `conda-update` previously. something like ```bash no-environment:...

enhancement

### Explain why the information needs to be updated. GPU interconnect tech (SXM vs PCIe) substantially impacts performance of accelerated workloads ([source](https://www.nextplatform.com/micro-site-content/achieving-maximum-compute-throughput-pcie-vs-sxm2/)), especially those with heavy GPU-to-GPU communication, e.g. tensor...

cloud-gpu