John F. Wu
John F. Wu
Unfortunately I'm still getting this error (with `amp=True`) on v0.27.4.
I'm using a custom astronomical dataset. I may have set the lr too high (was at 1e-4), but in any event this worked with `amp=False`. Also, I tried to load...
In `requirements.txt` you'll need to update `sklearn` to `scikit-learn`. Everything else should work with a pip install from the Github repo.
I re-profiled it using those settings (so only `run_beast.py -f` after the grid was already built), and the results are here:  Overall things looks pretty similar to the final...
There are a lot of style issues marked as "unidiomatic-typecheck" issues, e.g., `type(sedgrid) == str` should be `isinstance(sedgrid, str)`, or `type(lamb) in basestring` should be `isinstance(lamb, basestring)`. Note that the...
## Review checklist for @jwuphysics ### Conflict of interest - [x] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/master/COI.md) and that: I have no COIs...
Apologies @plaplant and to the authors for the huge delay. Was under water with other things over the summer and am currently on parental leave -- however, I think I...
@plaplant I'm sorry for the delay, and my sincerest apologies to the authors for my tardy review. (I was on parental leave for 3 months, and lost track of my...