Hugh Liu
Hugh Liu
可以考虑简单介绍一下三种基本的网卡模式 - NAT - Bridge - Host-only
- [x] The page(s) are in the correct platform directories: `common`, `linux`, `osx`, `windows`, `sunos`, `android`, etc. - [x] The page description(s) have links to documentation or a homepage. -...
1. write the new requiremens for train only: `requires.train.txt` 2. split the old utils.py into utils.py and openai_utils.py 3. apply changes on generate_instruction.py and README
modification: 1. move argparse to HfArgumentParser for property complement 2. refactor utils.py and make it a package PS: output_path is renamed as output_dir in finetune.py extra modification has been applied...
https://github.com/salesforce/LAVIS/blob/25c9347a90ab019201a677b964e3c72c8189076c/requirements.txt#L26 By the way, the version in [setup](https://github.com/salesforce/LAVIS/blob/main/setup.py#L23) file is still `1.0.1`
Thanks for your exciting works called LDM. But I see some confusing hyperparameters in the paper(arXiv.v2). It's about $\mathcal{z}$-shape in the table. the $\mathcal{z}$-shape of *LDM-32* should be 8 x...
Relative [issue#9](https://github.com/InsaneLife/ChineseNLPCorpus/issues/9)
The old one will fail if base==-1 && exp is even, and the result should be 1 instead of -1.
### Description of the bug:  The paper says that the Clinical trial outcome dataset is splited with "Cold-start" as TDC recommends. However, TDC only supports ["random", "cold_split", "combination"], and...
rationale: Since it allows switch to next/previous window with default filter, it's also reasonable to allow switch to next/previous window in current space with defaultCurrentSpace filter. features: - `hs.window.switcher.previousWindowInCurrentSpace()` -...