Browse Source

[DOC] add the dependency in readme

tags/v0.3.2
Gene 1 year ago
parent
commit
be1f1b0bc6
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      examples/dataset_table_workflow/README.md

+ 10
- 0
examples/dataset_table_workflow/README.md View File

@@ -69,6 +69,16 @@ In the following figure, we present the loss curves for the user's self-trained

## Reproduction

### Installation

To reproduce the above experiment, you need to install the necessary dependencies on top of the environment of `learnware` package. The specific commands are as follows:

```bash
python -m pip install -r requirements.txt
```

### Run the code

Run the following command to get the table results in `Homogeneous Cases`:

```bash


Loading…
Cancel
Save