Skip to content

Commit

Permalink
Quartz sync: Feb 26, 2024, 3:45 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Song committed Feb 26, 2024
1 parent fc7421d commit dc6f1fe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
8 changes: 8 additions & 0 deletions content/Diffsinger/Diffsinger Week 2 Update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Manual K
- KL Divergence
- Alternative

Benchmark
-note
-noise
-duration
15 changes: 11 additions & 4 deletions content/Vera/Vera Weekly Update 1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc6f1fe

Please sign in to comment.