Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KKZ20 committed Aug 22, 2023
1 parent 53b2f40 commit d2f47b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Knowledge-based Version Incompatibility Detection for Deep Learning

This repository contains data and code to build DECIDE, a version incompatibility detection tool based on pre-trained language models proposed in *"Knowledge-based Version Incompatibility Detection for Deep Learning"*. Meanwhile, this repository also contains data and code to replicate experiment results in the paper. This repository has been made publicly available on GitHub to support Open Science.
This repository contains data and code of DECIDE, a version incompatibility detection tool based on pre-trained language models proposed in *"Knowledge-based Version Incompatibility Detection for Deep Learning"*. Meanwhile, this repository also contains data and code to replicate experiment results in the paper. This repository has been made publicly available on GitHub to support Open Science.

## Introduction

Expand Down Expand Up @@ -38,7 +38,7 @@ $ cd PATH/TO/Experiments/RQ1
$ python table6.py
```

The result will be output in folder `RQ1/figures&tables/table6.log`.
The result will be output in folder `Experiments/RQ1/figures&tables/table6.log`.

Figure 6 shows the number of version issues detected by DECIDE, PyEGo, and Watchman on different DL stack layers. To reproduce the result, run:

Expand Down

0 comments on commit d2f47b4

Please sign in to comment.