Skip to content

Unofficial Implementation of SWAG in TensorFlow

Notifications You must be signed in to change notification settings

around-star/TF_SWAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF_SWAG

Unofficial Implementation of SWAG in TensorFlow

This repository cantains the implemetation of the paper Rethinking and Improving the Robustness of Image Style Transfer in TensorFlow.

Usage

Install the dependencies

pip install -r requirements.txt

Run the following command

python resnet_swag.py

Choose any one of the architecture between resnet50_swag and resnet50 by using the --architecture flag. The default being resnet50_swag

python resnet_swag.py --architecture='resnet50'

Change the number of iterations by using the --iter flag

python resnet_swag.py --iter=500

Acknowledgement

The code is heavily borrowed from the original implementation of the paper

About

Unofficial Implementation of SWAG in TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages