Jimenius / InternRL

0 stars 0 forks source link

Network YAML configuration #12

Open Jimenius opened 5 years ago

Jimenius commented 5 years ago

Construct networks from YAML file.

Jimenius commented 5 years ago

getattr & setattr may be a solution for PyTorch.

Jimenius commented 5 years ago

nn.Sequential with OrderedDict, nn.ModuleDict, nn.ModuleList

Jimenius commented 4 years ago

Python built-in eval() can solve Lambda layers