Hi
The last line in
```
openfl-workspace/fets_challenge_workspace/plan/plan.yaml
```
is as follows
```
compression_pipeline :
defaults : plan/defaults/compression_pipeline.yaml
```
But the tree command shows the following
```
tree openfl-workspace/fets_challenge_workspace/plan/
openfl-workspace/fets_challenge_workspace/plan/
|-- cols.yaml
|-- data.yaml
|-- defaults
`-- plan.yaml
```
what is the location of compression_pipeline.yaml?
Created by dskhanirfan Hi @dskhanirfan,
That location is actually relative to the defaults folder in OpenFL, so here is the location of the compression_pipeline.yaml: https://github.com/intel/openfl/blob/develop/openfl-workspace/workspace/plan/defaults/compression_pipeline.yaml
Drop files to upload
compression_pipeline.yaml location page is loading…