Skip to content

Commit

Permalink
remove residual of LRAmplifier
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel03c1 committed Oct 18, 2022
1 parent 7ed08b9 commit 9dacf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from dataLoader import dataset_dict
from models import TwoStageNeuralField, Renderer
from models.grid_based import TensoRF_VM
from models.modules import MLP, Softplus, EmptyMLP, LRAmplifier
from models.modules import MLP, Softplus, EmptyMLP
from utils import *


Expand Down

0 comments on commit 9dacf8f

Please sign in to comment.