Skip to content

The script which takes any PyTorch sequential model object and turns it into a FatNet

License

Notifications You must be signed in to change notification settings

riadibadulla/FatSpitter

Repository files navigation

FatSpitter

The script which takes any PyTorch sequential model object and turns it into a FatNet.

To use call the function fat_spitter() from FatSpitter file.

import FatSpitter

FatSpitter.fat_spitter(input_channels, output_channels, kernel_size, is_bias=True, pseudo_negativity=False,
                       input_size=28, noise=True)

About

The script which takes any PyTorch sequential model object and turns it into a FatNet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages