Skip to content
Closed
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
2 changes: 1 addition & 1 deletion tests/torch_test_contrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

import faiss
import torch
import unittest
import numpy as np
import faiss
import faiss.contrib.torch_utils

class TestTorchUtilsCPU(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/torch_test_neural_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

import faiss
import torch
from torch import nn
import unittest
import numpy as np
import faiss

from faiss.contrib import datasets
from faiss.contrib.inspect_tools import get_additive_quantizer_codebooks
Expand Down