使用示例
推理管线
单模型推理使用示例:
https://github.com/chenkang455/Spike-Zoo/blob/main/examples/test/test_single.ipynb
多模型推理使用示例:
https://github.com/chenkang455/Spike-Zoo/blob/main/examples/test/test_ensemble.ipynb
v023发行版本指标测试代码:
https://github.com/chenkang455/Spike-Zoo/blob/main/examples/test/test_REDS_base.py
训练管线
训练使用示例:
https://github.com/chenkang455/Spike-Zoo/tree/main/examples/train_reds_base
自定义数据集、模型和管线训练:
https://github.com/chenkang455/Spike-Zoo/tree/main/examples/train_your_own
模型
模型使用示例:
https://github.com/chenkang455/Spike-Zoo/blob/main/examples/test/test_model.ipynb
自定义模型使用:
https://github.com/chenkang455/Spike-Zoo/blob/main/examples/test/test_yourmodel.py
数据集
自定义数据集使用:
https://github.com/chenkang455/Spike-Zoo/blob/main/examples/test/test_yourdataset.py