simplify examples structure (#1247)

* simplify examples structure

* update changelog

* fix imports

* rename example

* rename scripts

* changelog
This commit is contained in:
Jirka Borovec
2020-04-03 17:57:34 -04:00
committed by GitHub
parent 16f4cc9ff0
commit 22bedf9b57
20 changed files with 138 additions and 84 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import numpy as np
import torch
import pytorch_lightning as pl
from pl_examples.basic_examples.lightning_module_template import LightningTemplateModel
from pl_examples.models.lightning_template import LightningTemplateModel
SEED = 2334
torch.manual_seed(SEED)