Skip to content

JinkeJ/eggroll_trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Eggroll and Evolution Strategy Implementation

This implementation literally use (x @ A) @ B.T to avoid large matrix calculation

        x = nn.functional.linear(input, self.a_weight)   # in -> rank
        x = nn.functional.linear(x, self.b_weight, self.bias)  # rank -> out

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages