Skip to content

Commit fb55ee4

Browse files
committed
rename for pypi
1 parent 3d6f1b2 commit fb55ee4

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

main.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
import aros
2+
import aros_node
33
import argparse
44
import torch
55
import torch.nn as nn
6-
from aros.evaluate import *
7-
from aros.utils import *
6+
from aros_node.evaluate import *
7+
from aros_node.utils import *
88
from tqdm.notebook import tqdm
9-
from aros.data_loader import *
10-
from aros.stability_loss_function import *
9+
from aros_node.data_loader import *
10+
from aros_node.stability_loss_function import *
1111

1212
def main():
1313
parser = argparse.ArgumentParser(description="Hyperparameters for the script")

tests/test_dataloaders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from torch.utils.data import DataLoader, Subset
44
from torchvision.datasets import CIFAR10, CIFAR100
55
from torchvision.transforms import ToTensor
6-
from aros import (
6+
from aros_node import (
77
LabelChangedDataset,
88
get_subsampled_subset,
99
get_loaders,

0 commit comments

Comments
 (0)