Update README.md

This commit is contained in:
David Rotermund 2023-07-11 02:05:15 +02:00 committed by GitHub
parent 24efd286e7
commit dbadf25cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,3 +158,16 @@ For installing torch under Windows see here: https://pytorch.org/get-started/loc
) -> tuple[torch.Tensor, torch.Tensor | None]:
This functions outputs the result(x,y,t) and mask(x,y), while the latter can be None.
### get_experiments
def get_experiments(
self,
) -> torch.Tensor:
Gives a list of available experiments in the path given to the constructor
### get_trials
def get_trials(self, experiment_id: int) -> torch.Tensor:
Gives a list of available trials for this experiment in the path given to the constructor