Git Product home page Git Product logo

Comments (2)

LiuTielong avatar LiuTielong commented on August 19, 2024 2

I print the tensorf below. It shows that self.basis_mat is the matrix B. It has 144*27 weights. The author uses them to express the matrix B.
TensorVMSplit( (density_plane): ParameterList( (0): Parameter containing: [torch.cuda.FloatTensor of size 1x16x128x128 (GPU 0)] (1): Parameter containing: [torch.cuda.FloatTensor of size 1x16x128x128 (GPU 0)] (2): Parameter containing: [torch.cuda.FloatTensor of size 1x16x128x128 (GPU 0)] ) (density_line): ParameterList( (0): Parameter containing: [torch.cuda.FloatTensor of size 1x16x128x1 (GPU 0)] (1): Parameter containing: [torch.cuda.FloatTensor of size 1x16x128x1 (GPU 0)] (2): Parameter containing: [torch.cuda.FloatTensor of size 1x16x128x1 (GPU 0)] ) (app_plane): ParameterList( (0): Parameter containing: [torch.cuda.FloatTensor of size 1x48x128x128 (GPU 0)] (1): Parameter containing: [torch.cuda.FloatTensor of size 1x48x128x128 (GPU 0)] (2): Parameter containing: [torch.cuda.FloatTensor of size 1x48x128x128 (GPU 0)] ) (app_line): ParameterList( (0): Parameter containing: [torch.cuda.FloatTensor of size 1x48x128x1 (GPU 0)] (1): Parameter containing: [torch.cuda.FloatTensor of size 1x48x128x1 (GPU 0)] (2): Parameter containing: [torch.cuda.FloatTensor of size 1x48x128x1 (GPU 0)] ) (basis_mat): Linear(in_features=144, out_features=27, bias=False) (renderModule): MLPRender_Fea( (mlp): Sequential( (0): Linear(in_features=150, out_features=128, bias=True) (1): ReLU(inplace=True) (2): Linear(in_features=128, out_features=128, bias=True) (3): ReLU(inplace=True) (4): Linear(in_features=128, out_features=3, bias=True) ) ) )

from tensorf.

jhq1234 avatar jhq1234 commented on August 19, 2024

@LiuTielong Oh! Now I can understand this part! Thx for your kind comments!

from tensorf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.