Cannot reproduce
See original GitHub issueHi I just run the line
python train.py --data-type ENAS --reprocess --data-name final_structures6 --save-interval 10 --save-appendix _SVAE --epochs 300 --lr 1e-4 --model SVAE --bidirectional --nz 56 --batch-size 32
and get approximately 0 test accuracy, the same is for --model DVAE
. Could you rerun it and confirm that your code works ok, please?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
“Closed — Cannot Reproduce” is misleading; Use “Stopped ...
The problem with “Cannot Reproduce” is that there is a problem in the software, and the reason for the problem has not been...
Read more >Cannot Reproduce Definition | Law Insider
Cannot Reproduce . A problem is not reproducible or insufficient information is provided to adequately troubleshoot the problem and isolate the root cause....
Read more >How to Reproduce a Non-Reproducible Defect and Make ...
Why reproducing a Defect is so important and how to reproduce a Non-Reproducible Defect - Here are some tips and ticks to make...
Read more >Six factors affecting reproducibility in life science research and ...
There are several reasons why an experiment cannot be replicated. ... Too often, scientific findings in biomedical research cannot be reproduced; ...
Read more >Cannot Reproduce - Quest - WotLK Classic - Wowhead
Pledges to the cult are forced to drink a concoction that steals their will and enslaves them forever to the Lich King. Some...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@muhanzhang thank you for the advice to delete
bidirectional
, w/o the rule your implementation of SVAE works well! I feel I could misprint smth in DVAE training, I will retest and close the issueNo problem. Thanks for checking the code!