module documentation
Undocumented
| Function | apply |
Undocumented |
| Function | get |
Matches the number in the format $.$ms |
| Function | get |
No summary |
| Function | get |
Simple constructor of the model-output dataframe |
| Function | process |
Undocumented |
| Function | process |
Undocumented |
Undocumented
| Parameters | |
model:torch.nn.Module | Undocumented |
path:Annotated[ | Undocumented |
inputint | Undocumented |
| Returns | |
torch.Tensor | Undocumented |
Matches the number in the format $.$ms
If multiple $.$ms exists, the last one will be used.
Example:
/somefolder/gdt__12.5ms.pt -> 12.5
/somefolder/51.3/542.2ms/gdt__2.5ms.pt -> 2.5
| Parameters | |
fn:str | filepath |
| Returns | |
float | gap length as a float |
| Parameters | |
path:str|os.PathLike[ | |
regexp:str | |
| Returns | |
List[ | list of levels derived from folder names |