tweaked path so that uploading dataset artifacts now work
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 16s
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 16s
This commit is contained in:
parent
a38670cf59
commit
b943614677
|
@ -58,7 +58,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ria-dataset
|
||||
path: artifact/dataset/**
|
||||
path: data/dataset/**
|
||||
|
||||
# - name: Upload Checkpoints
|
||||
# uses: actions/upload-artifact@v3
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 12,
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
|
@ -31,7 +31,7 @@
|
|||
"from sklearn.metrics import RocCurveDisplay\n",
|
||||
"import h5py\n",
|
||||
"from helpers.app_settings import get_app_settings\n",
|
||||
"from data.dataset.modulation_dataset import ModulationH5Dataset\n",
|
||||
"from modulation_dataset import ModulationH5Dataset\n",
|
||||
"import torch.nn as nn\n",
|
||||
"\n",
|
||||
"\n",
|
||||
|
|
Loading…
Reference in New Issue
Block a user