Line 67 in prosr/io.py reads
start = findHashTag(data)-1
must be
start = findHashTag(data)+5
I cannot correct this error right now because it will require a network retraining on FTP, but if you are generating your own nn for prospr, then you'll need this change immediately.
Hi @tyggna, thanks for putting together this project and answering questions. Do you have an estimation of when you will retrain the network? It seems that all things on the FTP are still from 2019/early 2020.
Line 67 in prosr/io.py reads start = findHashTag(data)-1 must be start = findHashTag(data)+5
I cannot correct this error right now because it will require a network retraining on FTP, but if you are generating your own nn for prospr, then you'll need this change immediately.