8000 GitHub - calebhemara/CURL: CURL: Neural Curve Layers for Global Image Enhancement + Increased Batch Size
[go: up one dir, main page]

Skip to content
forked from barbodpj/CURL

CURL: Neural Curve Layers for Global Image Enhancement + Increased Batch Size

Notifications You must be signed in to change notification settings

calebhemara/CURL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code supports Batch Size > 1 and in addition some parts of it have been optimized. For instance, for computing the loss function, the loops have been replaced by matrix operations so now they will be calculated in parallel. In the training phase every few steps (determined by "valid_every" argument) evaluation is done on the validation and the results get written in the tensorboard. In addition to the scalar values I've provided output images for different steps in the tensorboard.

You can choose between training and testing in the arguments. Other Arguments are similar to the official code.

About

CURL: Neural Curve Layers for Global Image Enhancement + Increased Batch Size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0