dslee2601 commited on
Commit
2fccb59
·
1 Parent(s): 1cbb95d

add dependency in readme

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -11,6 +11,9 @@ The provided model is specifically designed to easily obtain learned representat
11
  The resulting representation $z$ has a dimension of $(d, h, w)$ for a single audio file, where $d$, $h$, and $w$ denote a latent dimension size, latent frequency dim, and latent temporal dim, respectively.
12
  [2] indicates that both frequency and temporal dimensional semantics are preserved in $z$.
13
 
 
 
 
14
 
15
  # Usage
16
  ```python
 
11
  The resulting representation $z$ has a dimension of $(d, h, w)$ for a single audio file, where $d$, $h$, and $w$ denote a latent dimension size, latent frequency dim, and latent temporal dim, respectively.
12
  [2] indicates that both frequency and temporal dimensional semantics are preserved in $z$.
13
 
14
+ # Dependency
15
+ See `requirements.txt`
16
+
17
 
18
  # Usage
19
  ```python