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

torchgeo.models.RFC should have a seed argument #193

Closed
calebrob6 opened this issue Oct 12, 2021 · 0 comments · Fixed by #250
Closed

torchgeo.models.RFC should have a seed argument #193

calebrob6 opened this issue Oct 12, 2021 · 0 comments · Fixed by #250
Labels
models Models and pretrained weights
Milestone

Comments

@calebrob6
Copy link
Member

The parameters of this model are randomly initialized, but it is not trainable. To have repeatable results with this we need a seed parameter so we can guarantee that parameter init happens the same.

@adamjstewart adamjstewart added the models Models and pretrained weights label Oct 12, 2021
@adamjstewart adamjstewart added this to the 0.2.0 milestone Nov 20, 2021
@adamjstewart adamjstewart added utilities Utilities for working with geospatial data and removed utilities Utilities for working with geospatial data labels Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models Models and pretrained weights
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants