LukeLin
LukeLin
write a python script. use multigpu to run multi ckpt. ```python import os import subprocess import time import argparse from pathlib import Path from multiprocessing import Process from datetime import...
write a script to collect all results. ```python import os import subprocess from pathlib import Path from multiprocessing import Process from datetime import datetime def run_evaluation_on_dir(log_dir): print(f"current time: {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}")...
Write a script to grep bridge results. ```python import sys from collections import deque import os import pandas as pd import argparse import glob def calculate_success_rates(log_content): stats = {} lines...
> Could you share the versions of the rest of the dependencies via `pip list`; this error likely results from some incompatibility among the installed dependencies ``` absl-py 2.2.2 accelerate...
> I removed cached_download from the import line in the file `/easy-diffusion/installer_files/env/lib/python3.8/site-packages/diffusers/utils/dynamic_modules_utils.py` That fixed it for me Change lib seems not a good idea as it affect all other projects
What is the difference?
Same question. SD-XL. https://github.com/MrYxJ/calculate-flops.pytorch/issues/23 https://github.com/MrYxJ/calculate-flops.pytorch/issues/12#issuecomment-2154654556 author said The calflops don't support diffuse model for the time being.
> Ok ok, thank you very much for your reply, we've solved the problem, but thanks for the detailed answer! > > 发件人:Haozhe ***@***.***> > 发送日期:2025-02-26 18:28:33 > 收件人:HaozheLiu-ST/T-GATE ***@***.***>...
`pip install opencompass==0.5.1 # it default install 0.3.0, it is wrong, i don't why, `