eval_config: model: - name: qwen_chat # vlmeval model name, refer to https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/config.py model_path: ../models/Qwen-VL-Chat # /path/to/model_dir data: - SEEDBench_IMG - ChartQA_TEST mode: all limit: 20 rerun: true work_dir...
"""# initializationcp=get_embedded_config(path)output=''filename=os.path.basename(path)# use meta-data if not empty for renderingifcp.has_option(filename,'render-function'):render_function_name=cp.get(filename,'render-function')render_function=eval(render_function_name)output=render_function(...
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/ - YOLOX/tools/eval.py at main · michelpromonet/YOLOX
Renamed module evalml.data_checks.invalid_target_data_check to evalml.data_checks.invalid_targets_data_check #3122 Removed unused EnsembleMissingPipelinesError exception definition #3131v0.38.0 Nov. 27, 2021 Enhancements Added data_check_name attribute to the data check action class #3034 Added Num...
Updated our logger to use Python’s logging utils #763 Refactor most of AutoSearchBase._do_iteration impl into AutoSearchBase._evaluate #762 Port over all guardrails to use the new DataCheck API #789 Expanded import_or_raise to catch all exceptions #759 Adds RMSE, MSLE, RMSLE as standard...
This commit updates the code to log an error message using the logger module when an import error occurs. This commit also removes duplicate entries for "llava_hf", "llava_onevision", and "longva" in the AVAILABLE_MODELS dictionary. Recent user commits: - Refactor available models in lmms...
if __name__ == "__main__": verbose_logging = 0 np.random.seed(4) # for reproducibility FORMAT = "[%(levelname)s] [%(asctime)-15s] %(message)s" logging.basicConfig(format=FORMAT) logger = logging.getLogger("main") logger.setLevel(logging.INFO) if len(sys.argv) < 5: print("Us...
Updated our logger to use Python’s logging utils #763 Refactor most of AutoSearchBase._do_iteration impl into AutoSearchBase._evaluate #762 Port over all guardrails to use the new DataCheck API #789 Expanded import_or_raise to catch all exceptions #759 Adds RMSE, MSLE, RMSLE as standard...