Giter VIP home page Giter VIP logo

nulog's Introduction

This is the code for the paper "Self-supervised Log Parsing" submitted at ECML-PKDD 2020.

The libraries needed are listed in requirements.txt

The main code for the parser is written in /logparser/NuLog/NuLogParser.py.

The experiments are written in /Benchmark/*_benchmark.py

To execute all the experiments please run all /Benchmark/*_benchmark.py scripts.

The previous implemented algorithms for log parsing and the datasets are completely cloned from: https://github.com/logpai/logparser/

nulog's People

Contributors

nulog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nulog's Issues

Demo of NuLog

Nick work!

But I can not find the demo of NuLog in this repo.

So I was wondering if I can just bring the parameters from NuLog_benchmark.py as a demo of NuLog to parse the whole dataset?
Thanks

Load model and test new log

Thanks for sharing your code
How can I use this code for the testing step after training and load the saved model?
I write this:
model = torch.load(_path,'cuda')
but I get this error:
yield out_p.cpu().numpy().argsort(axis=1), b_labels.cpu().numpy(), ind.cpu()
RuntimeError: CUDA error: device-side assert triggered
/pytorch/aten/src/ATen/native/cuda/Indexing.cu:658: indexSelectLargeIndex: block: [70,0,0], thread: [0,0,0] Assertion srcIndex < srcSelectDimSize failed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.