Skip to content

Commit

Permalink
add compatibility table (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpata authored Oct 18, 2024
1 parent 5660563 commit e2433d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mlpf/data/cms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,11 @@ singularity exec --env CUDA_VISIBLE_DEVICES=0 -B /scratch/persistent --nv \
--train --test --make-plots --conv-type attention --num-epochs 10 --gpu-batch-multiplier 1 \
--num-workers 4 --prefetch-factor 100 --checkpoint-freq 1 --ntrain 1000 --ntest 1000 --nvalid 1000
```


### Compatibility table
The following table specifies which version of the jpata/particleflow software should be used with which version of the tensorflow datasets.

| Code | Datasets |
| ----- | -------- |
| [1.9.0](https://github.com/jpata/particleflow/releases/v1.9.0) | 2.4.0 |

0 comments on commit e2433d7

Please sign in to comment.