Young-mok Jung

Results 26 comments of Young-mok Jung

@xuzhiyuan1528 Hi, changing line 130 at plot_results.py should be enough. Before: reward_all[scheme].append(np.sum(raw_reward_all[scheme][l][1:VIDEO_LEN])) After: reward_all[scheme].append(np.sum(raw_reward_all[scheme][l][1:VIDEO_LEN]) / VIDEO_LEN )

Hello, I am also experiencing the same issue. I followed the guide in the Quick start and met Segmentation Fault. my commands: ``` src/whisper-index human ~/human_ref/human_g1k_v37.fasta ./index ./temp/ src/whisper -r...

> @quito418 @i-xiaohu I have just commited a fix for the bug you reported. Please let me know if now the single-end mode works properly. > > Btw, you don't...

@agudys Hi, Thank you, I checked it runs well without segfault after the fix. I just want to make sure everything is working fine. In particular, I am currently running...

@agudys Thanks for the information. I was using 24 physical cores and 48 logical cores for the experiment. I will reduce the number of threads for my experiment and update...

Hi there, Thank you for reaching out and sharing your challenges with installing bwa-meme via conda/mamba and attempting to build it from the source on macOS. I must share that,...