-
Notifications
You must be signed in to change notification settings - Fork 223
[Example] add unetformer code #1193
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
Thanks for your contribution! |
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.
examples/unetformer/geoseg/losses/下的loss模块文件太多了,没用到的文件请删除
os.environ["PYTHONHASHSEED"] = str(seed) | ||
np.random.seed(seed) | ||
paddle.seed(seed=seed) | ||
paddle.seed(seed=seed) |
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.
删除重复代码
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.
解决下冲突 @liaoxin2
PR types
One of New example
PR changes
add unetformer code
Describe
add unetformer code