Y
Hacker News
new
|
ask
|
show
|
jobs
by
dspoka
2749 days ago
Is there some sort of pytorch 1.0 migration guide or does anyone know if there is any breaking from .41 to 1.0 ?
2 comments
shafte
2749 days ago
Breaking changes are highlighted here:
https://github.com/pytorch/pytorch/releases#breaking-changes
link
smhx
2749 days ago
in the release notes, there's a section called "Breaking Changes". There are no major breaking changes from 0.4.1, and all your code should largely work as-is.
link