ildoonet / pytorch-randaugment

Unofficial PyTorch Reimplementation of RandAugment.
MIT License
627 stars 98 forks source link

How to change the architecture? #29

Closed CVAnonymous closed 3 years ago

CVAnonymous commented 3 years ago

Hi. Thanks for the great work here.

Actually, I am trying to change a bit of your implementations.

However, whenever I try it, it gives me the error that I haven't changed the architecture file. The problem is that the changes I made it to the file in RandAugment directory is not being updated even though the code is changed.

I think this is somewhat related to the package or pip install things...

How can I make a change to implementations in RandAugment directory and run with that?