From aa2df805a9b501401a0d09fea8ac50886d11d877 Mon Sep 17 00:00:00 2001 From: Jianfei Yang Date: Fri, 17 Mar 2023 21:04:14 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca73584..5941f3a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ SenseFi is the first open-source benchmark and library for WiFi CSI human sensin ## Requirements +*The whole project is run in Linux (Ubuntu). If you plan to use Windows to run the codes, you need to modify the all the '/' to '\\' for the dataloader.* + 1. Install `pytorch` and `torchvision` (we use `pytorch==1.12.0` and `torchvision==0.13.0`). 2. `pip install -r requirements.txt` @@ -45,8 +47,6 @@ Benchmark We also offer [pre-trained weights](https://drive.google.com/drive/folders/1NBVe9za8ntFnkE9B1vhv4gD6eM88P1KI?usp=sharing) for all models -*If you plan to use Windows to run the codes, you need to modify the all the '/' to '\\' for dataloader.* - ### Supervised Learning To run models with supervised learning (train & test): Run: `python run.py --model [model name] --dataset [dataset name]`