Skip to content

Commit

Permalink
increase # of layers in deconv
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaakkaaii committed Jul 9, 2024
1 parent 9827b2b commit a050aad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions hrdae/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import warnings
from datetime import datetime

import hydra
Expand All @@ -7,6 +8,8 @@
from .models import create_model
from .option import Option, TrainExpOption, save_options

warnings.filterwarnings("ignore")


@hydra.main(version_base=None, config_path="conf", config_name="config")
def main(cfg: DictConfig):
Expand Down
2 changes: 1 addition & 1 deletion hrdae/conf

0 comments on commit a050aad

Please sign in to comment.