Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test FAML #28

Open
xulabs opened this issue Aug 29, 2019 · 7 comments
Open

test FAML #28

xulabs opened this issue Aug 29, 2019 · 7 comments
Assignees

Comments

@xulabs
Copy link
Owner

xulabs commented Aug 29, 2019

see issue #13

can test on existing data
https://github.com/xulabs/aitom/blob/master/tutorials/000_general.md

also on simulated subtomograms
https://github.com/xulabs/aitom/blob/master/tutorials/003_simulate_subtomogram.py

@buptwhr
Copy link
Contributor

buptwhr commented Sep 12, 2019

faml works as expected on Demo dataset
As to simulated subtomograms, I can't execute it due to the absence of
aitom.tomominer.simulation

the same problem as #8
@xulabs

@xulabs
Copy link
Owner Author

xulabs commented Sep 12, 2019

@buptwhr to simulate the subtomograms please use the tomominer package pre-installed on the server.

@xulabs
Copy link
Owner Author

xulabs commented Sep 19, 2019

@buptwhr read FAML paper and see if you can understand the method. Then see if the output of FAML makes sense.

@buptwhr
Copy link
Contributor

buptwhr commented Sep 25, 2019

There seems a few bugs in faml.py:

  1. I was trying to run the model for 20 iterations as the paper said. When it comes to the 12th iteration, some of the parameters(Alpha, sigma, Xi, A) became nan or very close to zero. Then the exception happened.
  2. Then I set the iterations to 10. When evaluating the model, there also seems a few bugs associated with data type in these two functions. Maybe we can talk about it with more details at our weekly meeting.
    def print_prediction_results(theta, img_data, print_all=False):

    def get_correlation_score(theta, img_db_path, d, k=None):

    @xulabs

@xulabs
Copy link
Owner Author

xulabs commented Sep 25, 2019

@xiangruz please take a look at this bug reported by @buptwhr

@buptwhr
Copy link
Contributor

buptwhr commented Sep 28, 2019

AttributeError: module 'aitom.align.fast.util' has no attribute 'fast_align'
@xulabs Please add the code for it.

@xulabs
Copy link
Owner Author

xulabs commented Sep 28, 2019

@buptwhr fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants