adjusted parameters
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 46s
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 46s
This commit is contained in:
parent
7c7a882f1f
commit
27f6ba306f
|
@ -32,16 +32,12 @@ jobs:
|
||||||
- name: Install dependencies (incl. RIA Hub utils)
|
- name: Install dependencies (incl. RIA Hub utils)
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
||||||
echo "Trying to install utils from RIA Hub..."
|
echo "Trying to install utils from RIA Hub..."
|
||||||
if ! pip install \
|
pip install \
|
||||||
--index-url "https://${{ secrets.RIAHUB_USER }}:${{ secrets.RIAHUB_TOKEN }}@git.riahub.ai/api/packages/qoherent/pypi/simple/" \
|
--index-url "https://${{ secrets.RIAHUB_USER }}:${{ secrets.RIAHUB_TOKEN }}@git.riahub.ai/api/packages/qoherent/pypi/simple/" \
|
||||||
utils; then
|
utils
|
||||||
echo "RIA Hub install failed, falling back to local wheel..."
|
|
||||||
pip install ./wheels/utils-*.whl
|
|
||||||
fi
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: 1. Generate Recordings
|
- name: 1. Generate Recordings
|
||||||
|
|
|
@ -24,7 +24,7 @@ dataset:
|
||||||
snr_step: 3
|
snr_step: 3
|
||||||
|
|
||||||
# Number of iterations (signal recordings) per modulation and SNR combination
|
# Number of iterations (signal recordings) per modulation and SNR combination
|
||||||
num_iterations: 100
|
num_iterations: 10
|
||||||
|
|
||||||
# Modulation scheme settings; keys must match the `modulation_types` list above
|
# Modulation scheme settings; keys must match the `modulation_types` list above
|
||||||
# Each entry includes:
|
# Each entry includes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user