Lorenzo Pozzi

Results 5 issues of Lorenzo Pozzi

Hi, @kmkurn I had a similar problem that @vijay120 had. I also have this issue and the start, end, and transition scores do not update. ``` for epoch_i in range(epochs):...

- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** I've been experimenting with various LLMs using...

enhancement

It would be usefull to have LogMine under a more permissive licence. I could open a PR to modify the replace the existing code under GPL (`alignment.py`) and have the...

PR for https://github.com/logpai/logparser/issues/125 Improvements from the previous version of the ```alignment.py```: - improved readability of the code - removed global variables (match_award, mismatch_penalty, gap_penalty) - introduced reference to algorithm -...

Im am currently trying to run a kfold trining loop. At the end of each iteration I free memory using `gc.collect()` and `torch.cuda.empty_cache()` but seems not to do the job...