Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages versions #48

Open
michklim opened this issue Jul 9, 2020 · 3 comments
Open

Packages versions #48

michklim opened this issue Jul 9, 2020 · 3 comments

Comments

@michklim
Copy link

michklim commented Jul 9, 2020

Having prepared environment.yml with:

name: fast-aa
channels:
  - conda-forge
  - defaults
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
      - git+https://github.com/ildoonet/pystopwatch2.git
      - git+https://github.com/hyperopt/hyperopt.git
      - pretrainedmodels
      - gorilla
      - tabulate
      - pandas
      - tqdm
      - tensorboardx
      - sklearn
      - ray
      - psutil
      - setproctitle
      - requests

and using search.py with:

python FastAutoAugment/search.py -c confs/wresnet40x2_cifar.yaml

I keep receiving warnings or errors on wrong or missing package, e.g.

HyperOptSearch  DeprecationWarning: This class has been moved.

Could you be able to share validated package versions ?

@michklim michklim changed the title Package versions Packages versions Jul 9, 2020
@xiesong521
Copy link

Having prepared environment.yml with:

name: fast-aa
channels:
  - conda-forge
  - defaults
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
      - git+https://github.com/ildoonet/pystopwatch2.git
      - git+https://github.com/hyperopt/hyperopt.git
      - pretrainedmodels
      - gorilla
      - tabulate
      - pandas
      - tqdm
      - tensorboardx
      - sklearn
      - ray
      - psutil
      - setproctitle
      - requests

and using search.py with:

python FastAutoAugment/search.py -c confs/wresnet40x2_cifar.yaml

I keep receiving warnings or errors on wrong or missing package, e.g.

HyperOptSearch  DeprecationWarning: This class has been moved.

Could you be able to share validated package versions ?

you can use
from ray.tune.suggest.hyperopt import HyperOptSearch replace # from ray.tune.suggest import HyperOptSearch

@michklim
Copy link
Author

michklim commented Aug 4, 2020

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 proper versions of all packages in e.g. requirements.txt

@bat-wing
Copy link

Hello, I have been troubled by various package versions recently. I wonder if you have found a package version that can run code. Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants