From 8b6121eaf2eada521a5a04cc56934a3b1d03f159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Mon, 8 Apr 2024 22:41:23 +0200 Subject: [PATCH] Update readme and boostAODE docs --- README.md | 11 ++++++++++- docs/BoostAODE.md | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b56f89..a33a6e6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,16 @@ Bayesian Network Classifiers using libtorch from scratch -## Installation +## Dependencies + +The only external dependency is [libtorch](https://pytorch.org/cppdocs/installing.html) which can be installed with the following commands: + +```bash +wget https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip +unzip libtorch-shared-with-deps-latest.zips +``` + +## Setup ### Release diff --git a/docs/BoostAODE.md b/docs/BoostAODE.md index 0e4b8bc..f121c28 100644 --- a/docs/BoostAODE.md +++ b/docs/BoostAODE.md @@ -64,4 +64,4 @@ The algorithm performs the following steps: - Number of models > ***maxModels*** if ***repeatSparent*** is set. -### [Proposal for *predict_single = false*](./BoostAODE_train_predict.pdf) +### [Algorithm](./algorithm.md)