From 39aa683080904a771fc2c25c922136fa29b94984 Mon Sep 17 00:00:00 2001 From: Yu Li Date: Mon, 12 Jun 2023 16:33:39 -0500 Subject: [PATCH] update readme --- README.md | 2 +- examples/.ipynb_checkpoints/inferrence-checkpoint.ipynb | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 examples/.ipynb_checkpoints/inferrence-checkpoint.ipynb diff --git a/README.md b/README.md index 8799757..6394a50 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Anima模型只通过10000 steps的训练,并没有深度优化训练数据的 pip install -r https://github.com/lyogavin/Anima/blob/main/requirements.txt?raw=true -可以参考:[inferrence.ipynb] +可以参考:[inferrence.ipynb](https://github.com/lyogavin/Anima/blob/main/examples/inferrence.ipynb) 或者使用如下代码: diff --git a/examples/.ipynb_checkpoints/inferrence-checkpoint.ipynb b/examples/.ipynb_checkpoints/inferrence-checkpoint.ipynb deleted file mode 100644 index 363fcab..0000000 --- a/examples/.ipynb_checkpoints/inferrence-checkpoint.ipynb +++ /dev/null @@ -1,6 +0,0 @@ -{ - "cells": [], - "metadata": {}, - "nbformat": 4, - "nbformat_minor": 5 -}