-
Notifications
You must be signed in to change notification settings - Fork 34
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
Hi, i have a questions #1
Comments
Thanks, there is no seperate preprocessing step. If you can see, I have a
function that will crop the image into 12 parts. That's where the
normalising takes place too. Then, a forward pass is done on the CNN for
the input image to get the output.
On 09-Feb-2018 11:56 AM, "Min Kyoung-jun" <[email protected]> wrote:
Your code is very good!
But, i have a one question!
How do you preprocess input data??
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ARdPCpQYYz-sr_vH1Z-zVlpmwXHUb1M0ks5tS-UJgaJpZM4R_eT0>
.
|
what is .npy file??? |
That is a pre-trained model. The model is stored as a .npy file. You can
save any variable using numpy
…On Fri, Feb 9, 2018 at 12:39 PM, Min Kyoung-jun ***@***.***> wrote:
what is .npy file???
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARdPCp-13yOU4eRzSJCxkXrY94x92xMBks5tS-8ngaJpZM4R_eT0>
.
|
which python version did you downloaded?Does pill supported with python 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your code is very good!
But, i have a one question!
How do you preprocess input data??
The text was updated successfully, but these errors were encountered: