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

For Ready-to-use env.yaml for training. (Create new file <<melgan3.6_env.yaml>> and paste this text, Required python 3.6) #49

Open
iamshreeji-copy1 opened this issue Dec 19, 2024 · 0 comments

Comments

@iamshreeji-copy1
Copy link

iamshreeji-copy1 commented Dec 19, 2024

name: melgan3.6_env
channels:
  - defaults
  - https://repo.anaconda.com/pkgs/main
  - https://repo.anaconda.com/pkgs/r
dependencies:
  - _libgcc_mutex=0.1=main
  - _openmp_mutex=5.1=1_gnu
  - ca-certificates=2024.11.26=h06a4308_0
  - certifi=2021.5.30=py36h06a4308_0
  - ld_impl_linux-64=2.40=h12ee557_0
  - libffi=3.3=he6710b0_2
  - libgcc-ng=11.2.0=h1234567_1
  - libgomp=11.2.0=h1234567_1
  - libstdcxx-ng=11.2.0=h1234567_1
  - ncurses=6.4=h6a678d5_0
  - openssl=1.1.1w=h7f8727e_0
  - pip=21.2.2=py36h06a4308_0
  - python=3.6.13=h12debd9_1
  - readline=8.2=h5eee18b_0
  - setuptools=58.0.4=py36h06a4308_0
  - sqlite=3.45.3=h5eee18b_0
  - tk=8.6.14=h39e8969_0
  - wheel=0.37.1=pyhd3eb1b0_0
  - xz=5.4.6=h5eee18b_1
  - zlib=1.2.13=h5eee18b_1
  - pip:
      - absl-py==1.4.0
      - appdirs==1.4.4
      - argparse==1.4.0
      - audioread==3.0.1
      - cachetools==4.2.4
      - cffi==1.15.1
      - charset-normalizer==2.0.12
      - dataclasses==0.8
      - decorator==5.1.1
      - google-auth==2.22.0
      - google-auth-oauthlib==0.4.6
      - grpcio==1.48.2
      - idna==3.10
      - importlib-metadata==4.8.3
      - importlib-resources==5.4.0
      - joblib==1.1.1
      - librosa==0.9.2
      - llvmlite==0.36.0
      - markdown==3.3.7
      - numba==0.53.1
      - numpy==1.19.5
      - oauthlib==3.2.2
      - packaging==21.3
      - pooch==1.6.0
      - protobuf==3.19.6
      - pyasn1==0.5.1
      - pyasn1-modules==0.3.0
      - pycparser==2.21
      - pyparsing==3.1.4
      - pyyaml==6.0.1
      - requests==2.27.1
      - requests-oauthlib==2.0.0
      - resampy==0.4.3
      - rsa==4.9
      - scikit-learn==0.24.2
      - scipy==1.5.4
      - six==1.17.0
      - soundfile==0.12.1
      - tensorboard==2.10.1
      - tensorboard-data-server==0.6.1
      - tensorboard-plugin-wit==1.8.1
      - threadpoolctl==3.1.0
      - torch==1.10.2
      - typing-extensions==4.1.1
      - urllib3==1.26.20
      - werkzeug==2.0.3
      - zipp==3.6.0
prefix: /home/linux/miniconda3/envs/melgan3.6_env
.
.
.
.
```markdown
You can just paste this dependency to the env.yaml and generate your env. It will work. 
You can run the training script with the following command:
.
```bash
python3.6 scripts/train.py --save_path logs/baseline --data_path .
.
```markdown
Thank you so much for your attention.
.
If all works with your system, I would like to remind you to give the up thumb. It's free.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant