dribnet / pixray

neural image generation
Other
402 stars 53 forks source link

Remove RAdam import #28

Closed callison-burch closed 3 years ago

callison-burch commented 3 years ago

pytorch-optimizer dropped the RAdam optimizer since it is included in pytorch.

callison-burch commented 3 years ago

Integrated stasvmk's suggestion.

dribnet commented 3 years ago

Thanks for everyone looking into this. In the end I decided it was simpler to simply remove RAdam (0b88611d) for now since its a fringe optimiser and unfortunately it's not in torch.optim in some versions of torch that people use with pixray. So we can always bring it back once we move the dependencies forward a bit in the future if someone wants to use it.