Giter Club home page Giter Club logo

svdd2024's Introduction

Implementation of [not yet released], Part of SVDD Challenge

Steps to Implement:

  1. Prepare the Dataset:

  2. Organize Dataset Structure:

    • Ensure your main directory has the following structure:
      Datasets/
      ├── dev/
      ├── train/
      ├── eval/
      ├── dev.txt
      └── eval.txt
      
  3. Set Up the Environment:

    • Create a conda environment using the provided requirements.txt file:
      conda create --name your_env_name --file requirements.txt
      conda activate your_env_name
  4. Run Training:

    • Execute the training script by specifying the base directory of the dataset:
      python train.py --base_dir {path_to_Datasets_folder}
    • Additional arguments can be added, such as --algo for the rawboost algorithm:
      python train.py --base_dir {path_to_Datasets_folder} --algo {algorithm_choice}
    • To change the model, modify the model selection directly in the train.py script header.
  5. Run Evaluation:

    • Execute the evaluation script by specifying the base directory of the dataset:
      python eval.py --base_dir {path_to_Datasets_folder}

Additional Information:

  • Custom Arguments:

    • You can customize various parameters through command-line arguments as needed.
    • Example:
      python train.py --base_dir {path_to_Datasets_folder} --batch_size 64 --epochs 50
  • Changing the Model:

    • To use a different model, edit the model import and instantiation in the train.py file.

For further details, refer to the code comments within the scripts.

svdd2024's People

Contributors

anmol2059 avatar liu-tianchi avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

liu-tianchi

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.