rabbit721 / QPPNet

36 stars 18 forks source link

QPPNet in PyTorch DOI

This code contains a sample implementation for Plan-Structured Deep Neural Network Models for Query Performance Prediction presented at VLDB 2019, and the code for training/testing on

Prerequisites

Getting Started

Installation

Getting the Datasets

Examples for Training a model

Using a pre-trained model

Examples for Testing a trained model

When testing, please make sure that trained models are saved in ./saved_model and the mean and range values of the train data are provided with the flag '--mean_range_dict' in order to normalize the input.

The '-s' flag is interpreted as an integer and is used to specify the epoch number of the saved model to be tested.