test with older tensorflow version

tensorflow<=2.15.0
This commit is contained in:
David PAGNON 2024-03-12 15:46:08 +01:00 committed by GitHub
parent 0d2f63d483
commit 7d13dc4d38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,21 +3,21 @@
''' '''
########################################################################### ###########################################################################
## AUGMENT MARKER DATA ## ## AUGMENT MARKER DATA ##
########################################################################### ###########################################################################
Augment trc 3D coordinates. Augment trc 3D coordinates.
Estimate the position of 43 additional markers. Estimate the position of 43 additional markers.
INPUTS:
- a trc file
- filtering parameters in Config.toml
OUTPUT:
- a filtered trc file
INPUTS:
- a trc file
- filtering parameters in Config.toml
OUTPUT:
- a filtered trc file
''' '''