Skip to content

Commit

Permalink
evc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dendenxu committed Apr 7, 2024
1 parent 844b8d9 commit b3036f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyvolcap/runners/websocket_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def server_loop(self, websocket: websockets.WebSocket, path: str):

def render(self, batch: dotdict):
batch = self.dataset.get_viewer_batch(batch)
batch = to_cuda(add_batch(add_iter(batch,self.iter, self.runner.total_iter)))
batch = to_cuda(add_batch(add_iter(batch, self.iter, self.runner.total_iter)))

# Forward pass
self.runner.maybe_jit_model(batch)
Expand Down

0 comments on commit b3036f5

Please sign in to comment.