pgbrodrick / ecoCNN

A CNN for remotely sensed imagery, with emphasis on the IO pipeline to construct and apply the model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

possible mistake in CNN_Tutorial.ipynb

johnburley3000 opened this issue · comments

I hit a snag in this great tutorial when I got to the Data Prep stage. There's an argument written as ignore_projections=ignore_projections. This section of code only ran when I changed it to ignore_projections=True.

Just realised this is not an issue because ignore_projections was already defined higher up, but I hadn't run it.. .