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

Script for rendering simplified images to 28x28 grayscale numpy format #27

Closed
lambdabaa opened this issue Nov 4, 2018 · 3 comments
Closed

Comments

@lambdabaa
Copy link

Can the script that was used to convert from .ndjson to .npy be open-sourced? I've trained a model on the .npy files and want to be able to take new .ndjson examples and run them through my model. Thanks!

@hlxabcd
Copy link

hlxabcd commented Mar 21, 2019

I had the same problem. Is it possible to open source. ndjson to. npy code? Thanks a lot!

@HalfdanJ
Copy link
Contributor

HalfdanJ commented Mar 28, 2019

Hi,

I dont have code that converts from ndjson to npy directly, but here is some code that generates the npy data from an array. This is the code that has been used to generate the dataset

#19 (comment)

Let me know if there are more questions

@hlxabcd
Copy link

hlxabcd commented Apr 9, 2019

Thank you very much for your help. It really helped me a lot!

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

No branches or pull requests

3 participants