Skip to content

Remove NoneType in results preprocessing#18

Open
awilliamson wants to merge 1 commit into
yhyu13:masterfrom
awilliamson:results_none_type
Open

Remove NoneType in results preprocessing#18
awilliamson wants to merge 1 commit into
yhyu13:masterfrom
awilliamson:results_none_type

Conversation

@awilliamson

Copy link
Copy Markdown

None types in results for preprocessing will result in an error when trying to return. Filtering out the None types beforehand appears to fix this, and preprocessing - alongside #17 - continues to actually write now.

@awilliamson

awilliamson commented Jul 8, 2018

Copy link
Copy Markdown
Author

Don't merge yet. This has knock on effects when training due to how chunking is done. As expected shape is 100000.
I believe a more involved approach to filtering out these NoneTypes is required. Will update when possible.

@CRuJia

CRuJia commented Apr 10, 2020

Copy link
Copy Markdown

When I remove NoneType in results preprocessing, I have another error that the training trunk shape is not 100000. How to resolve this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants