-
Updated version of Kurucz models - including good wavelength coverage in the JWST range.
Ideally would replace CK04. Need to pick a reasonable resolution. And decide on what to do with the extra gr…
-
i've downloaded the model provided for [RADTTS](https://drive.google.com/file/d/1Rb2VMUwQahGrnpFSlAhCPh7OpDN3xgOr/view?usp=sharing)
and im trying to use it to start training but i get the following e…
-
When I import astromodels.xspec, I get the following error:
ImportError: cannot import name '_xspec' from partially initialized module 'astromodels.xspec' (most likely due to a circular import) (/…
-
Would the spectral norm get canceled out because it appears on both the nominator and denominator of the batch normalization equation?
I mean:
`bn(x*w/sn(w)) = gamma * (x*w/sn(w) - mean(x*w/sn(w))…
-
**Submitting author:** @prashjha (Prashant K Jha)
**Repository:** https://github.com/prashjha/PeriDEM
**Branch with paper.md** (empty if default branch): joss
**Version:** v0.2.1
**Editor:** @matthewf…
-
Hello,
I've tried using your library for parsing a file, but in my last column some data has commas in it.
Example:
`"1037126850","d reconstruction from d cultural heritage models","patrick calle…
-
We should improve our API pattern for model evaluation.
Sometimes we have `__call__` (especially for spectral models) and call that from Gammapy, sometimes we don't have it or don't use it (I think…
cdeil updated
4 years ago
-
Thanks for the excellent modern approach to CT reconstruction. I notice that most of your solutions, such as BH and scatter, are based on spectrum modeling of the system. However, I'm ne…
-
Is there a possibility to add spectra of the following form?
dN/dE = F x (E/E_0) ^ ( -alpha - beta x log(E/E_0) )
Usually called log-parabolic form.
-
Sorry for bother you again!
After you give the initialization code, we try to train with our own data. When we run the demo.py with our own initialization model, we find this question:
_size …