Qian Qin
Qian Qin
Thanks so much for the reply! We have updated the NeuroBattery and ANTS, the issue is fixed. However, there are another issue raised from comparison.Rmd. Quitting from lines 202-272 (comparison.Rmd)...
Any updates? The issue seems to be the missing part of the codes in ${ANTSPATH}/antsNeuroimagingBattery and ${ANTSPATH}/antsASLProcessing.R and to generate *meancbf_anatomical.nii.gz and *PCASL_MOCOStatsFramewise.csv.
Thanks so much! looking forward to your updates. By the way, the whole brain tractography and connectome in the readme is fantastic, is that plotted through camino or R?
Great! The issues is fixed, we really learn a lot from the nice codes.
I have noticed a GPU memory leaks too with Pyro 1.8.1+06911dc and PyTorch 1.11.0. Downgrade to Pyro 1.6.0 and PyTorch 1.8.0 works normally.
This pull request (https://github.com/pyro-ppl/pyro/pull/3238) should fix the bug. @eb8680
yes @eb8680 , I turned this example into a unit test in `tests/infer/test_discrete.py`. added 2 tests that pass with it, and four cases that fail without this. To simulate example...
I think we may need permission to kick off the Github Actions. Thanks for your interest to the pull request. I tested it locally, it should work this time.
Yes @fritzo. The question is: sequential enumerate generate different results from parallel enumeration. I use two ways to diagnosis of the problem. The first is to add breakpoint to check...