Skip to content

Commit 7915bf1

Browse files
renaming
1 parent 9cc4cc2 commit 7915bf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/spotPython/data/light_hyper_dict.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"CSVModel":
2+
"NetLightBase":
33
{
44
"l1": {
55
"type": "int",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from spotPython.torch.mapk import MAPK
77

88

9-
class CSVModel(L.LightningModule):
9+
class NetLightBase(L.LightningModule):
1010
def __init__(
1111
self, l1, epochs, batch_size, act_fn, optimizer, dropout_prob, learning_rate=2e-4, _L_in=64, _L_out=11
1212
):

0 commit comments

Comments
 (0)