danarte

Results 4 comments of danarte

Currently I implemented copying the files to a different file with the current time in each loop with: ``` set CURTIME=`date +"%m_%d_%T"` cp basecalls/$FLOWCELL/pipeline.log basecalls/$FLOWCELL/$CURTIME.pipeline.log cp basecalls/$FLOWCELL/sequencing_summary.txt basecalls/$FLOWCELL/$CURTIME.sequencing_summary.txt ``` But...

Hi, I'm also really interested in a general Pytorch implementation, I'll try it out as soon as some basic example code will be available and will be sure to cite...

Is there any progress with that issue @kadarakos , @jihunchoi ? I'm also facing this problem, the loss gets to nan after about 100 iterations on my dataset but changing...

On the older multiqc version the Jinja was Jinja2==2.11.1 I did a fresh install with a new conda environment and multiqc worked without errors on the same input files. So...