JohnG112358 commited on
Commit
fd0bf49
1 Parent(s): 5f0eb84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -9,7 +9,6 @@ app_file: app.py
9
  pinned: false
10
  ---
11
  # Neural Style Transfer Deployment
12
- ### DALI 2024S - Machine Learning Track
13
 
14
  Deployment of the neural style transfer algorithm. Users can input their own style and content images and train the algorithm with their own hyperparameters. If you need a pair of images to expiriment with, I reccomend President.jpg as the content image and SelfPortrait.jpg as the style image. I get good results with 5 epochs, a learning rate of 0.01, a content loss of 1, and a style loss of 0.01.\
15
  Importantly, this algorithm is running on a CPU so keep training time in mind when setting the number of epochs.
 
9
  pinned: false
10
  ---
11
  # Neural Style Transfer Deployment
 
12
 
13
  Deployment of the neural style transfer algorithm. Users can input their own style and content images and train the algorithm with their own hyperparameters. If you need a pair of images to expiriment with, I reccomend President.jpg as the content image and SelfPortrait.jpg as the style image. I get good results with 5 epochs, a learning rate of 0.01, a content loss of 1, and a style loss of 0.01.\
14
  Importantly, this algorithm is running on a CPU so keep training time in mind when setting the number of epochs.