We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cbd13 commit f777b34Copy full SHA for f777b34
sdk/diffgram/core/directory.py
@@ -1,7 +1,6 @@
1
from diffgram.file.file import File
2
from ..regular.regular import refresh_from_dict
3
import logging
4
-from diffgram.tensorflow_diffgram.diffgram_tensorflow_dataset import DiffgramTensorflowDataset
5
from diffgram.core.diffgram_dataset_iterator import DiffgramDatasetIterator
6
from multiprocessing.pool import ThreadPool as Pool
7
@@ -166,6 +165,7 @@ def to_pytorch(self, transform = None):
166
165
return pytorch_dataset
167
168
def to_tensorflow(self):
+ from diffgram.tensorflow_diffgram.diffgram_tensorflow_dataset import DiffgramTensorflowDataset
169
file_id_list = self.file_id_list
170
diffgram_tensorflow_dataset = DiffgramTensorflowDataset(
171
project = self.client,
0 commit comments