forked from qoherent/modrec-workflow
tweaked path so that uploading dataset artifacts now work
This commit is contained in:
parent
a38670cf59
commit
b943614677
|
@ -58,7 +58,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ria-dataset
|
name: ria-dataset
|
||||||
path: artifact/dataset/**
|
path: data/dataset/**
|
||||||
|
|
||||||
# - name: Upload Checkpoints
|
# - name: Upload Checkpoints
|
||||||
# uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 12,
|
"execution_count": null,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
"from sklearn.metrics import RocCurveDisplay\n",
|
"from sklearn.metrics import RocCurveDisplay\n",
|
||||||
"import h5py\n",
|
"import h5py\n",
|
||||||
"from helpers.app_settings import get_app_settings\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",
|
"import torch.nn as nn\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user