latlio
latlio
This error message appears when the total number of training images modulo batch size does not equal zero. For instance, if I had 50 images with a batch-size of 8,...
I'm not sure where in the pipeline ```R bs_accordion() %>% bs_append(title = "test") ``` I can add a shiny icon
First off, thank you for such an amazing package! I was wondering whether there was a limit to the number of tooltips that could be displayed. The following is not...
### Context on Prerendered Shiny Documents I have a lightweight app that I've created using [Prerendered Shiny Documents](https://rmarkdown.rstudio.com/authoring_shiny_prerendered.HTML#context=%E2%80%98setup%E2%80%99). From my understanding of how this works, you specify code normally placed...
# Issue `which python` /Users/lioul/Desktop/Merck/Projects/drug_seq/drug_seq_analysis/renv/python/r-reticulate/bin/python (/Users/lioul/Desktop/Merck/Projects/drug_seq/drug_seq_analysis/renv/python/r-reticulate `which pip` /Users/lioul/Desktop/Merck/Projects/drug_seq/drug_seq_analysis/renv/python/r-reticulate/bin/pip (/Users/lioul/Desktop/Merck/Projects/drug_seq/drug_seq_analysis/renv/python/r-reticulate) `reticulate::py_discover_config(required_module = "phate")` python: /Users/lioul/Desktop/Merck/Projects/drug_seq/drug_seq_analysis/renv/python/r-reticulate/bin/python libpython: /Users/lioul/Desktop/Merck/Projects/drug_seq/drug_seq_analysis/renv/python/r-reticulate/lib/libpython3.6m.dylib pythonhome: /Users/lioul/Desktop/Merck/Projects/drug_seq/drug_seq_analysis/renv/python/r-reticulate:/Users/lioul/Desktop/Merck/Projects/drug_seq/drug_seq_analysis/renv/python/r-reticulate version: 3.6.13 | packaged by conda-forge | (default, Feb 19 2021,...
Thanks for developing `shiny.worker`. I'm trying to use `shiny.worker` to handle downloads asynchronously. I'm aware that it's possible with `future`, but I'd like to be able to try this using...
**Question** There seems to be a mysterious disk that the code is referencing that I cannot find on my terminal. So where is this disk? **Context** - Working on Jupyter...