Skip to content

Commit

Permalink
uncomment compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagsy committed Jun 15, 2023
1 parent cadc523 commit 29f051b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ivy_vision_demos/interactive/nerf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import ivy

# import ivy.compiler.compiler as ic
import ivy.compiler.compiler as ic
import math
import shutil
import argparse
Expand Down Expand Up @@ -130,7 +130,7 @@ def __init__(
if compile_flag:
rays_o, rays_d = self._get_rays(self._cam_geoms[0])
self._images[0]
# self._loss_fn = ic.compile(self._loss_fn, return_backend_compiled_fn=True)
self._loss_fn = ic.compile(self._loss_fn, return_backend_compiled_fn=True)

# Private #
# --------#
Expand Down

0 comments on commit 29f051b

Please sign in to comment.