YM

Results 8 issues of YM

## ❓ Questions and Help ### Question - To test if I can train UniT with dataset other than 8 datasets specified in tutorial or not, I added hateful_memes following...

# summary - Python version should be added as version requirement - Mine worked with 3.7.6 (below 3.8 should be fine?) - Will updating numpy from `1.14.2` to `1.14.5` in...

**Is your feature request related to a problem? Please describe.** For some purposes like meta analysis, search across number of datasets would be needed. **Describe the solution you'd like** CLI...

### Describe the issue # Issue: After tens of batches, OOM shows when I try to fine-tune LLaVA 1.5 on single A100 w/ QLoRA and cpu-offloading. # Command: ``` MODEL_DIR=""...

Hi, thanks for your work on conformal prediction. Currently I'm working on application to a large (or middle?) dataset (approx. 10k*10k), for which local training seems to never end. Any...

# PR Summary In response to #115, I created a short notebook for recording the number of nodes `n` in a network and the processing time spent on a simple...

Depending on the environment, naming a file as `pandas.py` and importing a pandas module would confuse the namespace. See this [stackoverflow](https://stackoverflow.com/questions/61009092/attributeerror-partially-initialized-module-pandas-has-no-attribute-datafram). Suggesting here to rename it as `pyphi_pandas.py`. Happily follow...