-
Hello,
I just tried installing version 0.3.1 in three different ways, and none of them worked... I got missing dependencies, and installing them with conda ends up in a dead end.
If I didn't fol…
-
Hi,
I'm trying to follow https://doi.org/10.1101/2022.02.07.479378 paper to solve EMPIAR-10940 datasets. However, when I try to use anaconda version topaz to repeat the result, I found I cannot use …
-
I usually organize my cryo-EM data based on relion recommendations. See section 2.1 of [Link](https://hpc.nih.gov/apps/RELION/relion31_tutorial.pdf).
For example, I put my tif files under Movies/10…
zruan updated
3 years ago
-
Hi, @pconesa @DaniDelHoyo
I have fixed some issues related to the GPU parameter in the Topaz command line. First, it was passing all the gpuList and this is not valid in the Topaz command line. Mo…
-
**Issue by [topaz-bot](https://github.com/topaz-bot)**
_Wednesday Jan 08, 2020 at 15:00:18_
_Originally opened as: project-topaz/topaz - Issue 272_
----
**Issue by [isotor](https://github.com/isot…
-
Hi - just a minor thing but the --output flag is missing in the Topaz GUI for training of new denoise models (there is only a --save_prefix flag). It's easy enough to fix, just a bit annoying as train…
-
**Issue by [TeoTwawki](https://github.com/TeoTwawki)**
_Friday Apr 10, 2020 at 23:50:29_
_Originally opened as: project-topaz/topaz - Issue 485_
----
**_I have:_**
- [x] searched existing issu…
-
**_I have:_**
- [x] searched existing issues (http://project-topaz.com/issues/) to see if the issue has already been opened
- [x] checked the commit log to see if the issue has been resolved sin…
-
**Issue by [topaz-bot](https://github.com/topaz-bot)**
_Wednesday Jan 08, 2020 at 14:44:45_
_Originally opened as: project-topaz/topaz - Issue 183_
----
**Issue by [nasomi](https://github.com/naso…
-
Hi there, it looks like there's a bug with Topaz. The line where it is erroring is bad.
It should be:
pd.concat(groups_train, axis=0)
Instead of
pd.concat(groups_train, 0)