forked from qoherent/modrec-workflow
adjusted parameters
This commit is contained in:
parent
7c7a882f1f
commit
27f6ba306f
|
@ -32,16 +32,12 @@ jobs:
|
|||
- name: Install dependencies (incl. RIA Hub utils)
|
||||
run: |
|
||||
set -e
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
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/" \
|
||||
utils; then
|
||||
echo "RIA Hub install failed, falling back to local wheel..."
|
||||
pip install ./wheels/utils-*.whl
|
||||
fi
|
||||
utils
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: 1. Generate Recordings
|
||||
|
|
|
@ -24,7 +24,7 @@ dataset:
|
|||
snr_step: 3
|
||||
|
||||
# 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
|
||||
# Each entry includes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user