Christian S. Perone
Christian S. Perone
I reopened this to investigate a little further. What we need is to be able to inspect virtual environments without installing Stallion inside them.
Hi @YilinLiu97, why do you think it's wrong ? Can you provide a concrete case where it would be wrong ? For me our implementation of the updating rule is...
Hi @YilinLiu97, no problem at all. Let me do an example that might make it clear: ``` import torch alpha = 0.99 params = torch.randn(100, 100) ema_params = torch.randn(100, 100)...
Hi @YilinLiu97, sorry for the late reply. This depends a lot on the task and requirements for the task. You can actually use BatchNorm but you need to be careful...
Just a heads-up that the PR is showing the following below when using `demo_colmap.py`: ``` File "/root/vggt/demo_colmap.py", line 298, in demo_fn(args) File "/root/vggt/demo_colmap.py", line 139, in demo_fn extrinsic, intrinsic, depth_map,...