Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update in 2024/5/14 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

update in 2024/5/14 #8

wants to merge 1 commit into from

Conversation

lqs22yeah
Copy link

1.将SAF概率的值从int变成了float(比如原来只能是1%,现在可以设置为1.1%)
2.添加了新算子:element_multiply(逐元素乘),depthwise convolution(深度可分离卷积,与quantize层有关),droppath(与dropout不同),Swish,Sigmoid
3.为了element_multiply的仿真设计了multiplier乘法器,仿照adder的代码;
TODO:补全乘法器Multiplier.py中的area、power参数
4.添加了ImageNet的接口
TODO:尝试在cifar100和ImageNet上做QAT训练
5.在Network.py中添加了EfficientNet
6.变为多卡训练
7.在layer latency的计算中修正了“相邻层”的序号表示(原来是-1,现在是+input_index[0]),避免了resnet18中出现的负latency
TODO:除此之外还有另外一个layer latency出现负值的bug 出现在alexnet_Imagenet的pooling中,需要考虑为layer latency的计算添加一些特殊条件

@lqs22yeah lqs22yeah closed this May 15, 2024
@lqs22yeah lqs22yeah reopened this May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant