IsoNet-cryoET / IsoNet

Self-supervised learning for isotropic cryoET reconstruction
https://www.nature.com/articles/s41467-022-33957-8
MIT License
67 stars 12 forks source link

gui bugs #6

Closed Heng-Z closed 3 years ago

Heng-Z commented 3 years ago
  1. 错误没有打印在窗口内
  2. keras fit 过程中的信息没有打印(可能不需要)
  3. 可以考虑在refine 旁边加一个kill 或stop的按钮
  4. Denoise setting 里加入noise mode
  5. predict panel 需要tomo_idx
  6. "already running another job, please wait until it finished" 可以用弹窗提醒
logicvay2010 commented 3 years ago

fixed:

4 #5 #6

3( added, but cannot resume the previous process that runs in the background)

logicvay2010 commented 3 years ago

for #1 and #2 issue Now using try-catch to get system exception exc_type, exc_value, exc_traceback = sys.exc_info()

logicvay2010 commented 3 years ago

for #1 and #2 issue Now using try-catch to get system exception exc_type, exc_value, exc_traceback = sys.exc_info()

2 not fixed yet

logicvay2010 commented 3 years ago

solved