Damián Silvani
Damián Silvani
Hydra `time` global variable seems to be clashing with another `time` from other target (strudel?)
Workaround for hydra sketches that use `time`: use time argument from anonymous callback: For example: ```javascript shape(20, .2, .3) .scale(({ time }) => Math.sin(time)+1*2) .out() ```
```plot_data_generator(num_samples=3, fig_size=(10, 10), train_config=config, img_ch=3)``` 
Right now it saves total results at the end of the process.
Currently, the data augmentation step only perform horizontal and vertical flipping (90 degrees rotations) and random brightness transformations.