Skip to content

Conversation

@prasad83
Copy link

@prasad83 prasad83 commented May 3, 2023

Python 3.x changes

  • print "ABC" to print ("ABC")
  • [] + map( ... ) to [] + list(map( .... ) )

Pytorch 2.x changes

  • hidden_size should be int instead of float
  • tensor.numpy() to tensor.numpy().flatten()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant