You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained vgg with cifar100 dataset and there are a few layers with zero remaining channels. As a result I got a zerodivisionerror in vgg.py part when initializing weights. Can someone help me plz?
The text was updated successfully, but these errors were encountered:
---Original---
From: ***@***.***>
Date: Wed, Dec 15, 2021 07:33 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [Eric-mingjie/network-slimming] If the remaining channel for a layer is zero, it reports zero division error (Issue #80)
i think you are using a large prune ratio, try smaller prune ratio e.g. 0.1, 0.2 to see if it still exists?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
I trained vgg with cifar100 dataset and there are a few layers with zero remaining channels. As a result I got a zerodivisionerror in vgg.py part when initializing weights. Can someone help me plz?
The text was updated successfully, but these errors were encountered: