mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-16 16:05:52 +00:00
Update version number to 0.9.4
This commit is contained in:
@@ -25,7 +25,7 @@ git clone --recurse-submodules https://github.com/doctorado-ml/FImdlp.git
|
||||
```bash
|
||||
pip install -e .
|
||||
python samples/sample.py iris
|
||||
python samples/sample.py iris --alternative
|
||||
python samples/sample.py iris -c 2
|
||||
python samples/sample.py -h # for more options
|
||||
```
|
||||
|
||||
@@ -35,8 +35,8 @@ python samples/sample.py -h # for more options
|
||||
cd samples
|
||||
cmake -B build
|
||||
cd build
|
||||
make sample
|
||||
./sample -f iris
|
||||
make
|
||||
./sample -f iris -c 2
|
||||
./sample -h
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user