Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tqdm import tqdm
from torch.utils.data import DataLoader, SequentialSampler
from scipy import sparse
from accuracy_bounds.inverseproblems.utils import insert_no_overlap_keep_A, sparse_block, offset_csr_block
from accuracy_bounds.inverseproblems.utils_torch import insert_no_overlap_keep_A, sparse_block, offset_csr_block

def feasible_appartenance_additive_noise_batch_cuda(input_data, forwarded_target, p_Y, epsilon):
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
from tqdm import tqdm
from torch.utils.data import DataLoader, SequentialSampler
from accuracy_bounds.inverseproblems.utils import insert_no_overlap_keep_A, sparse_block, offset_csr_block
from accuracy_bounds.inverseproblems.utils_torch import insert_no_overlap_keep_A, sparse_block, offset_csr_block

def target_distances_cuda_V2(target_data, feasible_appartenance, p_X, batchsize):
"""
Expand Down
Empty file added test/playground/__init__.py
Empty file.
218 changes: 111 additions & 107 deletions test/playground/testing.ipynb

Large diffs are not rendered by default.