@ Commit message Author Date Author
5304dc8 working on parser 2023-06-30
ea5d2cb working on parser 2023-06-30
fa53112 Added comment 2023-06-30
6f62307 something is weird about this gamma correction 2023-06-29
6d3bc38 something is weird about this gamma correction 2023-06-29
84f45a0 Still working on loss functions 2023-06-29
e5885c1 integrated loss functions into neural network class 2023-06-28
a3a1a70 Added comment 2023-06-27
744883d Loss function for Autoencoder, also we may have to use other pretrained network for feature extractor for the loss function or even not using feature extractor. I ... honestly do not think using neural network for VGG is strictly nesccesary, and may have to be replaced with other image preprocessing like MSCN which was implimented before. 2023-06-27
dd1c901 Loss function for Autoencoder 2023-06-27
8264532 Loss function for Autoencoder 2023-06-27
3f5673b Discriminator Loss 2023-06-27
415bdf4 Discriminator Loss 2023-06-27
5cda0f7 somewhat finished ImageDataSet 2023-06-27
722005d wrote draft of logger and writing train.py 2023-06-26
cabb483 writing get_param() for get param for training in training code, Logger for logging the progress of training. 2023-06-26
2bbc716 changing return type into dict to not make additional cost for chaning return types of functions just in case. 2023-06-23
2c09074 discriminator test code 2023-06-23
3690a9e updating loss function 2023-06-23
dbcc026 theorizing about dataset management 2023-06-23
9124f89 theorizing about datasetmanagement 2023-06-22
163a5d0 theorizing train code for GAN 2023-06-22
d344876 Relu -> leakyRelu 2023-06-21
bfdeaf1 discrminator is separated 2023-06-21
cecfc8d Creation of Attentive RNN GAN, change of naming scheme for the shake of conciseness. 2023-06-21