You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.
Model taking too long to run on iPhone. Testing other models out there of larger sizes, the model should not take as long as it does to make a prediction.
Possible sources of problem:
Model created in Keras not done properly (issue with architecture).
Model implementation within Swift not optimized
Model size too large.
The text was updated successfully, but these errors were encountered:
Issue with architecture resolved by switching to almost an entirely new architecture.
SRCNN went too deep too quickly. By adding more convolutional layers but gradually reaching 64 filters, the new model can help decrease the amount of time spent.
New model's PSNR accuracy should also be improved.
Further experimentation with PyTorch required. Model speed still not optimal.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Model taking too long to run on iPhone. Testing other models out there of larger sizes, the model should not take as long as it does to make a prediction.
Possible sources of problem:
The text was updated successfully, but these errors were encountered: