MultiTrickFox

Results 6 issues of MultiTrickFox

An ipynb is needed which is the equivalent of the GUI..

Basic code: !git clone https://github.com/THUDM/GLM %cd GLM !pip install -r requirements.txt !pip install apex ## modify model_path inside generate_block.sh here ; I'm using glm-1.5-generation.tar.bz2 !chmod 755 scripts/generate_block.sh !scripts/generate_block.sh config_tasks/model_blocklm_10B_chinese.sh Error...

I have uploaded and successfully colmap'ed the video into images and data (even checked against the given examples). However the training just starts and immediately ends without any visible error;...

Has anyone done a benchmark to compare against torch.compile()d HF models? Since the premise of torch.compile is kernel fusion and this project's premise is the same. Have you guys tested...

Discussion

Hello, I have been experimenting with > 10 seconds generation via infilling; %50 past audio (5 seconds) %50 blank audio (5 seconds). What I saw so far was; 1) the...

Hello, I have seen the COLMAP parser, especially the section on depth by projection. In my case, I would like to try DepthAnythingV2 type png/jpg images as the gt_depth. How...