Closed MohammedAlkhrashi closed 3 years ago
Hi Mohammed,
I think you are completely free to do that. The only thing that you should careful about is releasing your code with the right license. I believe the easiest thing for you to do would be to release your code with the AGPLv3 license. However, please read our license before you make that decision: https://github.com/nyukat/breast_cancer_classifier/blob/master/LICENSE
Best, Krzysztof
Very well, thank you!
Hey, @MohammedAlkhrashi may I know the repo name for the same? I am currently comparing the results in this domain and would want to reproduce the results with multiple datasets.
Hi everyone, I highly appreciate the work you put into this fantastic paper in the field of breast cancer classification.
I've noticed that this code doesn't include the code for the training procedure, so, I've implemented my own custom training procedure, and a dataset implementation (Pytorch's dataset class).
I wanted to release my implementation for others to use in the future, and I just wanted to make sure that this is fine by the NYU team.