-
Notifications
You must be signed in to change notification settings - Fork 6
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
Olexiy troschij #15
base: main
Are you sure you want to change the base?
Olexiy troschij #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move you work to the /[username]_code
location, as described in readme
https://github.com/rnd4u-org/2021-knu-cairl#development
Other than that - LGTM 👍
tasks/task_3/transfer_learning.py
Outdated
rescale = tf.keras.layers.experimental.preprocessing.Rescaling(1./127.5, offset= -1) | ||
|
||
IMG_SHAPE = IMG_SIZE + (3,) | ||
base_model = tf.keras.applications.MobileNetV2(input_shape=IMG_SHAPE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are using mobilenet it's better to use 224x224 image shape
https://keras.io/api/applications/mobilenet/
But yeah, should work with 160, not an error, just may impact accuracy
Description
Please include summary of the change in english
How has this been tested?