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

Implement layer groups #1

Closed
lgvaz opened this issue May 8, 2020 · 0 comments
Closed

Implement layer groups #1

lgvaz opened this issue May 8, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@lgvaz
Copy link
Collaborator

lgvaz commented May 8, 2020

For fine-tuning, differential learning rates.

Would be good to have something like fastai freeze_to

@lgvaz lgvaz added the enhancement New feature or request label May 8, 2020
@lgvaz lgvaz added this to the Announcement milestone May 17, 2020
@lgvaz lgvaz closed this as completed in 9cb3496 May 18, 2020
lgvaz added a commit that referenced this issue Jun 17, 2020
commit a309f21
Author: Lucas Vazquez <lucasgouvaz@gmail.com>
Date:   Wed Jun 17 19:00:48 2020 -0300

    removes trailing blank line

commit 3c44088
Author: Lucas Vazquez <lucasgouvaz@gmail.com>
Date:   Wed Jun 17 18:50:50 2020 -0300

    fixes num_classes passed to maskrcnn_resnet50_fpn

commit 8b56765
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 22:55:18 2020 +0530

    fixed hidden size issue

commit 2c69fef
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 22:41:03 2020 +0530

    black

commit 59bc70a
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 22:40:42 2020 +0530

    fixed dataloader

commit f2f6800
Merge: 100e1fd e9204ec
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 22:17:56 2020 +0530

    Merge branch 'master' into add_mask_rcnn_backbones

commit 100e1fd
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 22:10:51 2020 +0530

    Small clash

commit 826fa82
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 22:05:11 2020 +0530

    blacked it

commit 7e5c082
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 22:04:58 2020 +0530

    fixed the tests

commit c8276ff
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 21:58:22 2020 +0530

    resolve the clash

commit cca8582
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 21:55:04 2020 +0530

    Fixed imports

commit 4a59fc0
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 21:53:19 2020 +0530

    changed to num_classes in Faster RCNN

commit a5a8522
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 21:48:57 2020 +0530

    blacked it

commit 08de48c
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 21:48:16 2020 +0530

    moved to parent class, changed num_classes

commit 475b89d
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 19:49:52 2020 +0530

    Resolved almost all suggestions

commit b9a862d
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Wed Jun 17 01:10:46 2020 +0530

    skipping the tests.

commit e8707f2
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 16 23:36:40 2020 +0530

    Can't fix the tests

commit 333ceef
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 16 23:22:18 2020 +0530

    skipping some tests

commit 14aa331
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 16 22:43:02 2020 +0530

    reapplied

commit a60513f
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 16 22:40:21 2020 +0530

    blacked it

commit 128e9b6
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 16 21:29:27 2020 +0530

    fixed name issue

commit 4b2b87c
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 16 20:13:01 2020 +0530

    reformatted

commit 186480a
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 16 20:11:42 2020 +0530

    fixed hidden layer and import problem

commit 83f4d13
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 16 19:09:40 2020 +0530

    added changes to mask_rcnn

commit 78dce2f
Merge: c0ec8d5 66ebefa
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 16 00:25:11 2020 +0530

    Merge branch 'master' of https://github.com/lgvaz/mantisshrimp

commit c0ec8d5
Merge: 16b5468 0bd3643
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Fri Jun 12 23:20:18 2020 +0530

    Merge branch 'master' of https://github.com/lgvaz/mantisshrimp

commit 16b5468
Merge: 7f92f7e 8adcf35
Author: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Date:   Tue Jun 9 22:37:15 2020 +0530

    Merge pull request #1 from lgvaz/master

    consistency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant