mixup-generator
mixup-generator copied to clipboard
how to implement it in pytorch?
hello I wonder if it can be implemented in pytorch ?
You can define your own Dataset class that inherits torch.utils.data.Dataset class and use MixupGenerator inside the custom Dataset class.
hello, I wonder if it can be implemented in tensorflow?
Although I would not provide code examples, it should be. The main part of this implementation does not depend on any framework.