LutaoChu

Results 7 issues of LutaoChu

Error: ``` --------------------------------------------------------------------------- AssertionError Traceback (most recent call last) /tmp/ipykernel_19733/2885416576.py in 2 from iharm.inference.predictor import Predictor 3 ----> 4 checkpoint_path = find_checkpoint(cfg.MODELS_PATH, 'hrnet_dih_001_adobe5k_last') 5 # checkpoint_path = find_checkpoint(cfg.MODELS_PATH, 'hrnet18s_idih256') 6...

After I install dependencies, I met the following problem according to README example. My command: ``` python finetune.py \ --base_model 'decapoda-research/llama-7b-hf' \ --data_path 'yahma/alpaca-cleaned' \ --output_dir './lora-alpaca' ``` output: ```...

https://github.com/traveller59/spconv/issues/684 It's urgent. Please help!

I'm getting a SpconvOps error when running project UniDistill. Version:spconv2.1.25+cumm0.2.9. I also tried ● spconv-cu114-2.1.24, spconv-cu114-2.1.25, spconv-cu111-2.1.25, spconv-cu114-2.1.18 all didn’t work. Related issues:https://github.com/megvii-research/CVPR2023-UniDistill/issues/9 ``` Traceback (most recent call last): File...

train.jsonl和dev.jsonl有什么区别?应该如何准备?请给几个实例 对于自己的数据,`task_type`如何设置?

感谢开源! 请问首页README说的要发布基于GLM的中文CogVLM,是这个模型吗? https://chatglm.cn/ 。体验下来感觉中文效果跟英文还是有明显差距。加油! 什么时候能开源呢?