-
-
Notifications
You must be signed in to change notification settings - Fork 4
[Optimal Transport] Update Translation #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for astonishing-narwhal-a8fc64 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Chinese translation of the optimal transport lecture file (opt_transport.md). The main purpose is to correct errors in the Python code and improve the quality of the Chinese translation.
- Improved translation consistency and clarity throughout the document
- Fixed Chinese grammar and expression issues
- Updated code comments to Chinese and corrected some technical explanations
Comments suppressed due to low confidence (1)
lectures/opt_transport.md:1
- The pip install commands are missing proper code cell formatting. These installation commands should be in their own code cell block to ensure proper execution in Jupyter notebooks.
---
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
There is an error in the following Python code (which is the same as in the English version): import ot We can merge this PR once it is fixed. |
|
Hi @nisha617, The error is now fixed! One thing I noticed is that the beginning sentence of the lecture gives a "machine-translated" feeling. I think this is a common issue with Claude translated lectures. |
This PR updates the translation in opt_transport.md.
There is some error in Python code.