gmalivenko / pytorch2keras

PyTorch to Keras model convertor
https://pytorch2keras.readthedocs.io/en/latest/
MIT License
857 stars 143 forks source link

"Getting Started" documentation unclear #73

Closed gribml closed 5 years ago

gribml commented 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?

gmalivenko commented 5 years ago

Hello @pavelgrib.

I updated getting started guide. https://pytorch2keras.readthedocs.io/en/latest/getting_started/