Skip to content

Commit

Permalink
Fixed base config vo ithor_mini_valid eval config
Browse files Browse the repository at this point in the history
  • Loading branch information
jordis-ai2 committed Jul 14, 2022
1 parent 9d161e7 commit 447a6eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from baseline_configs.one_phase.procthor.ithor import (
OnePhaseRGBClipResNet50DaggerExperimentConfig as BaseConfig,
from baseline_configs.one_phase.procthor.ithor.ithor_one_phase_rgb_fine_tune import (
OnePhaseRGBClipResNet50FineTuneExperimentConfig as BaseConfig,
)

import copy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
except ImportError:
raise ImportError("Please update to allenact>=0.4.0.")

from baseline_configs.one_phase.procthor.ithor_rearrange_base import RearrangeBaseExperimentConfig
from baseline_configs.one_phase.procthor.ithor.ithor_rearrange_base import RearrangeBaseExperimentConfig
from rearrange.sensors import (
RGBRearrangeSensor,
UnshuffledRGBRearrangeSensor,
Expand Down

0 comments on commit 447a6eb

Please sign in to comment.