Lucas Brynte
Lucas Brynte
I had the same question, and was able to infer from Section A.3 in the supplementary material that 3 ShapeFormer models seem to have been trained: one on ShapeNet, one...
Bitfinex interest rates: https://www.bitfinex.com/stats/#rates-on-margin-funding Further info: https://support.bitfinex.com/hc/en-us/articles/214424645-What-interest-rate-is-charged-on-margin-positions-on-Bitfinex https://support.bitfinex.com/hc/en-us/articles/213919009-What-is-the-Bitfinex-Funding-Flash-Return-Rate
@rougier I would also be very interested in a new release (for being able to select shader GLSL version). How is it going with the PRs?
I can confirm this behavior. I think line 31 in `warmup_scheduler/scheduler.py` is troublesome, and that ``` return self.after_scheduler.get_last_lr() ``` should rather be: ``` return self.after_scheduler.get_lr() ``` I do however think...
Just to nuance my comment: For some reason it actually seems users are not supposed to call the `.get_lr()` function. It generates a warning message if called from elsewhere than...