-
- which operating system are you using?
e.g. Windows 10, Ubuntu 18.4, etc.
- which environment is pyroSAR running in?
e.g. system-wide Python installation, Anaconda environment, virtual environ…
-
When setting exposure=off, adjusting ISO is invalid (adjusting the shutter seems to be ineffective).
ISO is valid only when exposure mode is on.
What is the relationship between ISO and analog gai…
-
hi, thanks for sharing this excellent repo!
I have a question regarding kernel width in your code. In here:
https://github.com/TongtongFANG/DIW/blob/main/kmm.py#L17
you use `sigma` in rbf…
-
I am using SVC with predict proba with below hyper-parameter on large data set. it is giving segmentation fault error. code works well for smaller data set.
I don't think its memory issue we are usin…
-
The terminal_weights setup in MultiPeriodOpt example seems to fail when calling run_backtest function.
python 3.6 + cvxportfolio 0.05 + cvxpy 1.0.25 + numpy 1.17.1 + pandas 0.22.0.
`…
-
Hi @pjayathissa !
Thanks a lot for this awesome and very well documented code!
I've explored and tested the code which run with no issue. My remarks is the following:
In building_physics.py,…
-
I try add BatchNorm to the lstm.py in 'example/rnn' by modifying following code in lstm function
`gates = i2h + h2h`
to
```
i2h_bn = mx.sym.BatchNorm(data=i2h,fix_gamma=False,name="t%d_l%d_i2h_bn" % …
-
**Updates:**
To make the code and the issue easier to maintain, I made a separate repository: https://github.com/Askaniy/CelestiaStarRenderer
For Celestia, I recommend using the `Bounded` algorithm.…
-
### Details
1. It seems that `out_mat_dh` calculates only the Pulay term $\braket{\phi|H|d\phi}$ while the Hellmann-Feynman term $\braket{\phi|dH|\phi}$ is missing? (see the implementation in `spar…
-
This is maybe too specific to my use case but I'll try anyway.
I'm tied of manually constructing matrices in GLSL code. I'd rather symbolically compute some matrix and use gamma to emit the code. I e…