mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
simplify examples structure (#1247)
* simplify examples structure * update changelog * fix imports * rename example * rename scripts * changelog
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user