Gokul Adethya
Gokul Adethya
### System Info - `transformers` version: 4.24.0 - Platform: Linux-6.1.11-76060111-generic-x86_64-with-glibc2.35 - Python version: 3.10.9 - Huggingface_hub version: 0.10.1 - PyTorch version (GPU?): 1.12.1 (False) - Tensorflow version (GPU?): 2.10.0 (False)...
Is get_shortest_path_to_point still functional? Couldn't find any docs ``` from ai2thor.controller import Controller from ai2thor.util.metrics import ( get_shortest_path_to_point ) controller = Controller( agentMode="default", visibilityDistance=1.5, scene="FloorPlan_Train1_3", gridSize=0.25, movementGaussianSigma=0.005, rotateStepDegrees=90, rotateGaussianSigma=0.5, renderDepthImage=True,...
Without proper garbage collection, building graphs on a large dataset required a lot of memory. With `gc` I was able to bring it down by a lot. I have also...