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

Remove NoneType in results preprocessing #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

awilliamson
Copy link

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
Copy link
Author

awilliamson commented Jul 8, 2018

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
Copy link

CRuJia commented Apr 10, 2020

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