Ethan White

Results 135 issues of Ethan White

Install using standard conda approach: ```sh conda create -n deepforest python=3 conda activate deepforest conda install -c conda-forge deepforest ``` Then do some basic stuff. I ran this, not sure...

We have a growing number of deprecation warnings accumulating. Below are a number of these warnings that are produced by the current test suite. These aren't all necessarily from DeepForest...

good first issue

There is currently a limit to use older versions of setuptools in the conda environment. I believe this was implemented to work around an upstream bug at some point, that...

good first issue

See #394. It's a little confusing because all of the layers that we trained are being fine tuned, but (I think) not all of the layers in the underlying Retinanet.

good first issue
Docs

We have enough users now that we need to be a bit more careful about our release process. I think we need a checklist/guide to make sure that all of...

We are currently recommending that Weinstein et al 2019 be cited instead of the actual DeepForest paper.

Despite moving to posit cloud we still have consistent issues with students turning in code that doesn't run. We should return to spending time in weeks 1 & 2 introducing...

A number of students are interpreting these exercises as "write one big function that does both things"

This would give students a quick location to look up the key material from each week and for the class as a whole.

One of the big challenges for novices is remembering the names of things, what they do, and what arguments they take. One way to help with this is a well...