BioSeq-GFN-AL icon indicating copy to clipboard operation
BioSeq-GFN-AL copied to clipboard

Code for "Biological Sequence Design with GFlowNets", 2022

Results 7 BioSeq-GFN-AL issues
Sort by recently updated
recently updated
newest added

Hello, First thank you for this amazing work. I'm starting to work on rna sequence design and GFlowNet is definitely an interesting direction. I have question for the `RolloutWorker` in...

Hi @MJ10 I am very interested in your work and trying to reproduce the results, specifically for GFP (Table 3). Because some errors appeared when I ran `run_gfp.py` with the...

Traceback (most recent call last): File "/home/sunsun/xdzhang/BioSeq-GFN-AL-master/run_gfp.py", line 369, in main(args) File "/home/sunsun/xdzhang/BioSeq-GFN-AL-master/run_gfp.py", line 364, in main train(args, oracle, dataset) File "/home/sunsun/xdzhang/BioSeq-GFN-AL-master/run_gfp.py", line 340, in train proxy = construct_proxy(args, tokenizer,...

The error is as follows. /home/sunsun/xdzhang/BioSeq-GFN-AL-master/venv/bin/python /home/sunsun/xdzhang/BioSeq-GFN-AL-master/run_amp.py /usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " Traceback...

Do you have any suggestion on how I can run it on colab? I am currently getting this error while running `run_amp.py` : ``` Traceback (most recent call last): File...

Dear authors, I tried to reproduce the results using the code provided. However, I found the results different from the results you reported in the paper. Below is what I...