You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A basic run throws an error in st.train_and_fit that ultimately points to
File "/home/campbell/kcampbel/.local/share/virtualenvs/masscyto-AMD-8Wte/lib64/python3.9/site-packages/torch/distributions/studentT.py", line 86, in log_prob
torch.lgamma(0.5 * self.df) -
Documenting this here:
installed starling from very minimal Pipfile:
A basic run throws an error in
st.train_and_fit
that ultimately points towhich in turn throws a runtime error:
(that goes on for a very long time)
and ultimately ends with
But a minimal
lgamma
example on the same python environment:works no problem. Will continue trying to debug...
The text was updated successfully, but these errors were encountered: