-
Notifications
You must be signed in to change notification settings - Fork 15
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
Lpgd class #216
Lpgd class #216
Conversation
For some reason the new classes (i.e., @jabascal does it work locally? |
I see no DCDRUNet class here https://github.com/openspyrit/spyrit/blob/lpgd_class/spyrit/core/recon.py as for LearnedPGD, it actually does show up in the version you linked to. Maybe there was a build recently ? |
I was checking a cached version. I now see LearnedPGD, thx ! |
I would never recommend not to document something... ^^ |
Good point :) Here, I would document only DCDRUNet as the other classes are taken from some github repo. |
If some bits of code are taken from elsewhere, could it be possible to link to that documentation ? |
you're right! This is okay, though. My comment was confusing. The DCDRUnet method I mentionned is a |
Quite empty but not so bad to have it. |
Updated LPGD and added description to DRUNet
…On Wed, 5 Jun 2024 at 18:07, Nicolas Ducros ***@***.***> wrote:
Quite empty but not so bad to have it.
@jabascal <https://github.com/jabascal> Can you update the docstring of
DRUNet to indicate the input parameters, then I'll move on an merge.
—
Reply to this email directly, view it on GitHub
<#216 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACDJRTJVNYYCNIUOHXPA4LDZF4ZS3AVCNFSM6AAAAABI2MO56OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJQGQ2DCMRXGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
A few typos are left (see here). |
Yes, DRUNet works on black and white and color images. It is tested only on
bw, I guess it should work. Yes, they should match
…On Fri, 7 Jun 2024 at 12:04, Nicolas Ducros ***@***.***> wrote:
@jabascal <https://github.com/jabascal> Does it look good ? here
<https://spyrit.readthedocs.io/en/lpgd_class/_autosummary/spyrit.external.drunet.DRUNet.html#spyrit.external.drunet.DRUNet>
B is the batch size, right? It was previously denoted BC, but I think it
does not depend on the number of channels ?
Should the number of channels of the input match the number of channel of
DRUNet?
—
Reply to this email directly, view it on GitHub
<#216 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACDJRTL6G2HP7PJKIQZENWLZGGARNAVCNFSM6AAAAABI2MO56OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJUGUYTMMRXHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Added Learned PGD, remove old classes