You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for your work. I'm trying to train this model on lyrics and create conditional text for demo. However, how do you do something like below? Thanks!
input_lyric = "Sky is high and ocean is blue." output_lyric = some_function(input_lyric, latent_emotion = "sad") print(output_lyric) # expect something like: 'Oh sad sky there is'
The text was updated successfully, but these errors were encountered:
Hi @JunhaoWang @yonilx , sorry for the late reply.
The code is not complete yet, and I'm still working around with the issue #7 . I think I might implement the flow of models incorrectly.
Any advice is welcome !
Hi! Thanks for your work. I'm trying to train this model on lyrics and create conditional text for demo. However, how do you do something like below? Thanks!
input_lyric = "Sky is high and ocean is blue."
output_lyric = some_function(input_lyric, latent_emotion = "sad")
print(output_lyric) # expect something like: 'Oh sad sky there is'
The text was updated successfully, but these errors were encountered: