Closed gribml closed 5 years ago
Describe the bug The docs (https://pytorch2keras.readthedocs.io/en/latest/getting_started/) have a line that seems to be crucial to making the package work:
input_var = Variable(torch.FloatTensor(input_np))
but don't specify where this Variable object is imported from or defined. Can you elucidate?
Variable
Hello @pavelgrib.
I updated getting started guide. https://pytorch2keras.readthedocs.io/en/latest/getting_started/
Describe the bug The docs (https://pytorch2keras.readthedocs.io/en/latest/getting_started/) have a line that seems to be crucial to making the package work:
but don't specify where this
Variable
object is imported from or defined. Can you elucidate?