akamaster / pytorch_resnet_cifar10

Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License File

TiRune opened this issue · comments

Dear Akamaster,

Would you be able to add a License file to your code repository? This makes it easier to use for people in companies :)

I suggest an MIT license, which is the most permissive one can have :)

Regards,
Tijmen

I'll try to add the license asap, in meantime, you have my permission to use the released code in https://github.com/akamaster/pytorch_resnet_cifar10 and models as you wish, just include my name and link to repo if you are using it in the paper.

@TiRune I have finally added the LIcense file, released under BSD 2-clause. Pure open source!