MCPcopy Create free account
hub / github.com/Sin3DM/Sin3DM / tex_parameters

Method tex_parameters

src/encoding/networks.py:154–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 return list(self.geo_encoder.parameters()) + list(self.geo_convs.parameters()) + list(self.geo_decoder.parameters())
153
154 def tex_parameters(self):
155 return list(self.tex_encoder.parameters()) + list(self.tex_convs.parameters()) + list(self.tex_decoder.parameters())
156
157 def reset_aabb(self, aabb):
158 print("set net aabb:", aabb)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected