Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcc4f1c

Browse files
Update README.md
1 parent 50c9f17 commit bcc4f1c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ For further help you can type
3535

3636
In this repo we address the question of splitted dataset and random transformations for both input and target, which are not currently formalized in official repo. It may change greatly in the future as Pytorch gets updated.
3737

38+
### Splitted dataset
39+
40+
In order to allow user to specify easily what proportion of the whole dataset must be used for validation, we added a `train()` or `eval()` option to disable random transformation, and get samples from test list instead when `eval()` is called.
41+
TODO : we should have different sets of transformations for train or test mode, instead of just disabling it for test mode.
42+
43+
### Random Transformations
44+
45+
In order to have coherent transformations between inputs and target, we must define new transformations that take both input and target, as a new random variable is defined each time a random transformation is called.
46+
3847
### Flow Transformations
3948

4049
To allow data augmentation, we have considered rotation and translations for inputs and their result on target flow Map.

0 commit comments

Comments
 (0)