index
:
cartoonify.git
submission
Implementing a GAN to turn images into their cartoon version. Accelerated with Apple Metal.
csci1430
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
losses.py
Age
Commit message (
Expand
)
Author
2022-05-09
Comment code, add example images, and rename files
Michael Foiani
2022-05-09
clean and refactor code for submission
David Doan
2022-05-07
changes
David Doan
2022-05-07
testing
David Doan
2022-05-07
testing
David Doan
2022-05-07
hi
Logan Bauman
2022-05-07
hi
Logan Bauman
2022-05-07
patch preprocessing, fix layer loss and hyper params
Logan Bauman
2022-05-07
hi
Logan Bauman
2022-05-06
hi
Logan Bauman
2022-05-05
hi
Logan Bauman
2022-05-04
hi
Logan Bauman
2022-05-04
hp adjustments
Benjamin Fiske
2022-05-04
adding vgg weights
Benjamin Fiske
2022-05-04
cleaned up imports and removed preprocessing
Benjamin Fiske
2022-05-04
making it run
Benjamin Fiske
2022-05-04
tried testing (unsuccessfully)
David Doan
2022-05-04
tried testing (unsuccessfully)
David Doan
2022-05-04
fix return error - gradients is none now
Michael Foiani
2022-05-04
got it to run, but it hangs
Michael Foiani
2022-05-04
added a dataset, tried testing (unsuccessfully)
David Doan
2022-05-04
added a dataset, tried testing (unsuccessfully)
David Doan
2022-05-04
added a dataset, tried testing (unsuccessfully)
David Doan
2022-05-04
add alpha and beta hyper parameters
Logan Bauman
2022-05-04
backprop and main
Benjamin Fiske
2022-05-04
Merge branch 'main' of https://github.com/bfiske/cv-cartoon
Benjamin Fiske
2022-05-04
average pooling
Benjamin Fiske
2022-05-04
model arch started
Logan Bauman
2022-05-04
fix loss_fn
Logan Bauman
2022-05-04
finish total loss
Logan Bauman
2022-05-04
added a dataset, tried testing (unsuccessfully)
David Doan
2022-05-02
Basic start. Implemented skeleton of loss functions.
Michael Foiani