rpytel1 / log-strategy

Project conducted for Seminar in Machine Learning for Software Engineering. Aim of our research was to explore possible directions of Deep Learning solutions for log detection in a snippet of code.
0 stars 1 forks source link

Loading pretrained model #9

Open rpytel1 opened 4 years ago

rpytel1 commented 4 years ago

Main problem here is to load Keras model to Pytorch.

rpytel1 commented 4 years ago

Changed to Training own model on big data and then applying this model for training on our data (all in Pytroch)