Skip to content
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

fix bugs: Update examples and docs for breaking changes in v3.0.0 #149

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

Godot115
Copy link
Contributor

Closes #147

📑 Description

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Godot115 and others added 3 commits April 15, 2024 05:38
- Change ClassName to NewClassName (mostly are BaseXXX to DevXXX) in docs/source/pages/general/advances/import_all_models.rst and examples/run_all_parameters.py
- Rename fit_func to obj_func in examples/applications/pytorch/linear_regression.py. Bug in issue 147 is fixed thieu1995#147.
Copy link
Contributor Author

@Godot115 Godot115 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed space indentation back to the original Tab indentation to avoid changing too many lines in Git record.

@thieu1995 thieu1995 merged commit 81d00e5 into thieu1995:master Apr 16, 2024
6 checks passed
@thieu1995
Copy link
Owner

@Godot115,

Thank you!

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.

[BUG]: In your examples ->pytorch->linear_regression.py,exists a bug.
2 participants