emka

Results 4 comments of emka

@guillermoim and @XuChunqiao it took me while to find it... in `train.py` line 122, try do sth like this: ``` if is_master: # add_filehandler(logger, args.save + '.log') add_filehandler(logger, 'logger.log') ```

@Hdong179 this looks like an error with `HyperOptSearch`. Try using `ray==0.6.5` in your virtual env.

@sgondala and @Hdong179, below you can find what has worked for me: ``` dependencies: - python=3.6.9 - pytorch=1.2.0 - torchvision=0.4.0 - cudatoolkit=10 - pip - pip: - git+https://github.com/wbaek/theconf@de32022f8c0651a043dc812d17194cdfd62066e8 - git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git@08f7d5e...

Thanks @xiesong521 but `ray` framework has changed a lot in `HyperOptSearch`, thus I had to stick to an old version `0.6.5`. Anyway it would be nice if we could see...