base code for pytorch distributed, add cyclegan

This commit is contained in:
2020-08-07 09:48:09 +08:00
commit f7843de45d
32 changed files with 1444 additions and 0 deletions

4
data/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
import data.dataset
import data.transform
from data.registry import DATASET, TRANSFORM