VariationalRecurrentNeuralNetwork
VariationalRecurrentNeuralNetwork copied to clipboard
i have some question
Error message :
Done!
Traceback (most recent call last):
File "train.py", line 112, in
so , I changed the code (as below)
data.min().data[0] -> data.min()
*.data[0] -> *.item() ( * Denotes all variables that use data [0].)
Does this deviate from your intention in your code? @emited