TomRB22 commited on
Commit
6778487
1 Parent(s): 6051fa2

Corrected an error in documentation (README)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ Pivaenist was trained on the midi files of the [MAESTRO v2.0.0 dataset](https://
78
  ```python
79
  def encode(self, x_input: tf.Tensor) -> tuple[tf.Tensor]:
80
  ```
81
- Get a "song map" and make a forward pass through the encoder, in order to return the latent representation and the distribution's parameters.
82
 
83
  Parameters:
84
  * x_input (tf.Tensor): Song map to be encoded by the VAE.
 
78
  ```python
79
  def encode(self, x_input: tf.Tensor) -> tuple[tf.Tensor]:
80
  ```
81
+ Make a forward pass through the encoder for a given song map, in order to return the latent representation and the distribution's parameters.
82
 
83
  Parameters:
84
  * x_input (tf.Tensor): Song map to be encoded by the VAE.