Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
commanderxa committed Oct 8, 2023
1 parent 9a1f90b commit 02268ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nn/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hyper:
n_hidden: 256
batch_size: 128
dropout: 0.2
lr: 3e-4
lr: 3e-3
epochs: 10
eval_iters: 1
use_amp: False
Expand Down
2 changes: 1 addition & 1 deletion nn/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from dscovry.dataset import DSCOVRDataset
from dscovry.model import DSCOVRYModel
from dscovry.config import Config
from .utils import evaluate_accuracy
from utils import evaluate_accuracy


@hydra.main(version_base=None, config_path="conf", config_name="config")
Expand Down

0 comments on commit 02268ae

Please sign in to comment.