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

Model is taking more than 1 hour to complete single epoch even with colab GPU #4

Open
saikiran159 opened this issue Aug 29, 2020 · 1 comment

Comments

@saikiran159
Copy link

Hi, i just cloned your code (used your dog images for training) and runned in colab(GPU) (changed keepdims to keep_dims in model.py file in mrccn folder). You told this took about half an hour to complete the training(in hackernoon blog). but for me it is taking more than 1 hour to complete a single epoch.
Installed
1 tensorflow==1.3.0
2. keras==2.0.8

I downloaded mask_rcnn_coco.h5 from here. [https://github.com/matterport/Mask_RCNN/releases/download/v2.0/mask_rcnn_coco.h5]

It means a lot if you solved this issue for me. Thank u.

@nicolas-lair
Copy link

Use tensorflow-gpu==1.3.0 to effectively use GPU.

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