From dc6f1fe1f0ee8fb89187f7095ffcc129989d4a33 Mon Sep 17 00:00:00 2001 From: Ray Song Date: Mon, 26 Feb 2024 03:45:23 -0800 Subject: [PATCH] Quartz sync: Feb 26, 2024, 3:45 AM --- content/Diffsinger/Diffsinger Week 2 Update.md | 8 ++++++++ content/Vera/Vera Weekly Update 1.md | 15 +++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/content/Diffsinger/Diffsinger Week 2 Update.md b/content/Diffsinger/Diffsinger Week 2 Update.md index e69de29b..c917a981 100644 --- a/content/Diffsinger/Diffsinger Week 2 Update.md +++ b/content/Diffsinger/Diffsinger Week 2 Update.md @@ -0,0 +1,8 @@ +- Manual K +- KL Divergence +- Alternative + +Benchmark +-note +-noise +-duration \ No newline at end of file diff --git a/content/Vera/Vera Weekly Update 1.md b/content/Vera/Vera Weekly Update 1.md index 1b374ecd..d8d7df7f 100644 --- a/content/Vera/Vera Weekly Update 1.md +++ b/content/Vera/Vera Weekly Update 1.md @@ -59,15 +59,22 @@ sudo sh cuda_12.3.2_545.23.08_linux.run # install conda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -bash ~/miniconda3/miniconda.sh -b -u +bash Miniconda3-latest-Linux-x86_64.sh -b -u +vim ~/.zshrc + +# add export PATH="~/miniconda3/bin:$PATH" +# use ':wq!' to save and quit vim + +source ~/.zshrc + conda init -# restart bash + source ~/.bashrc # create env -conda env create -f environment.yml -conda activate vera +conda env-name create -f environment.yml +conda activate env-name # install notebook pip install -U jupyter