alrao icon indicating copy to clipboard operation
alrao copied to clipboard

Implementation of "Learning with Random Learning Rates" in PyTorch.

Results 2 alrao issues
Sort by recently updated
recently updated
newest added

Hi First of all, I really liked the paper and the implementation. but when i ran it for VGG19 network, it took almost 10.5GB of GPU RAM( I have 1...

I changed the loss to MultLabelSoftMargin classifier. My input is a regular 4 dimension image array and targets are one hot encoded vectors(with vector length = n_classes). I am performing...