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

training data format #36

Closed
idinsmore1 opened this issue May 26, 2021 · 2 comments
Closed

training data format #36

idinsmore1 opened this issue May 26, 2021 · 2 comments

Comments

@idinsmore1
Copy link

Hi there,

I was wondering what the format of the data was for you when you did the training of this model? I understand the preprocessing steps for the example, but when the training happened was it loaded in through .npy files? I was trying to figure it out by looking through https://github.com/mohamed-ezz/saratan/blob/master/notebooks/realtime_train.ipynb but was having issues. Thanks for your help.

@mohamed-ezz
Copy link
Collaborator

It's been a long while since I touched this code but I think you're correct...seems that data during training was in .npy format.

This first layer here https://github.com/mohamed-ezz/saratan/blob/master/notebooks/unet-overfit-python.prototxt#L11
has type numpy_data_layer. It's a custom layer defined here https://github.com/mohamed-ezz/saratan/blob/master/data/layers/numpy_data_layer.py

@idinsmore1
Copy link
Author

Ah I see, missed this before. Thanks!

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

2 participants