Skip to content

Commit

Permalink
Merge pull request #36 from nicklashansen/main
Browse files Browse the repository at this point in the history
refactor orca->octo in pytorch example
  • Loading branch information
kpertsch authored Jan 19, 2024
2 parents 8fe7497 + b4ea6fe commit 86df8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/06_pytorch_oxe_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
shuffle buffer size, which are reduced for demonstration purposes).
"""
import numpy as np
from orca.data.dataset import make_interleaved_dataset
from orca.data.oxe import make_oxe_dataset_kwargs_and_weights
from octo.data.dataset import make_interleaved_dataset
from octo.data.oxe import make_oxe_dataset_kwargs_and_weights
import tensorflow as tf
import torch
from torch.utils.data import DataLoader
Expand Down

0 comments on commit 86df8bd

Please sign in to comment.