Update README.md
This commit is contained in:
parent
24efd286e7
commit
dbadf25cff
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue