Mednist GAN Bundle#31
Conversation
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
for more information, see https://pre-commit.ci
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
|
As for the license part, should |
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
|
I wasn't sure what the license should be for this one so yes some help on it would be good. |
Hi @ericspod , Nic and I discussed about the license, and could you please refer to the first cell of this notebook: https://colab.research.google.com/drive/1wy8XUSnNWlhDNazFdvGBHLfdkGvOHBKe and use the same license? |
The content in that cell isn't a license, it's stating that the data is licensed under CC but just points to that license's text. The license that should be here is for the network itself, not the data. I've stated the data's licensing conditions in the README.md file so that should suffice for that, but we don't want to assert that the network is copyrighted by the same author as the data and distributed under their terms. What I put initially in the license file is our copyright header but that isn't sufficient either, so the next best thing I would say is to use the Apache 2.0 license MONAI uses? |
|
Hi @wyli , Could you please help share some comments about the license question? Thanks in advance. |
|
Hi @ericspod , About the license, I think maybe you can refer to the BERT model in the huggingface: Thanks. |
|
I think we do need to consider what our licensing should be and what to recommend to contributors. The BERT link uses Apache 2.0 like MONAI, I'd be fine with that. We could also use MIT license that's more permissive and I'd be fine with that as well, but we should definitely establish a policy. |
|
Hi @ericspod , We discussed the license topic with @pdogra89 and the team last week, and updated the contribution guide for it: Could you please help update this PR for this last part? Thanks in advance. |
|
Yes I'll get on updating this, I had wanted to revisit what to do with licensing. |
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
|
I've added a statement into the license regarding the MedNIST data, this goes with the license for the network itself. Does this meet the discussed license criteria and the contribution guidelines? |
|
/build |
Nic-Ma
left a comment
There was a problem hiding this comment.
Should we put the model.pt in the large_files to reduce the repo size even it's less than 25MB?
Others look good to me.
Thanks for the update.
The file is so tiny I don't think it would make much of a difference, I want to have at least one example of a whole bundle in the repo without having to explain our large file system. |
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Mednist GAN Bundle
Fixes # .
Description
This is the bundle for the MedNIST GAN network based off the example notebooks in the tutorials repo. I've followed the code pretty closely with that found in the notebooks with a few changes that don't impact results. There are two scripts for training and inference.
I have as the license the copyright information that is at the top of our files and notebooks but I'm open to changing this to something more appropriate.
I've also included the weights for the network as a pt file directly rather than as a download link because it's so small. I feel we're ok with tiny networks to do this but it can be changed if that's better.
Status
Ready
Please ensure all the checkboxes:
./runtests.sh --codeformat.versionandchangeloginmetadata.json.monai,pytorchandnumpyare correct inmetadata.json.eval_metricsof the provided weights and TorchScript modules.large_file.yml.