Open djsaunde opened 7 years ago
@djsaunde I failed to upload my result, reporting ‘Application Error: an error occured in the application and your page could not be served. If you are the application owner, check your logs for details’. I’ve checked the file format and make sure it was correct. Could u solve the problem?
I'm attempting to train a network on the Tiny Imagenet, a subset of ImageNet created for use in the Stanford cs231n course.
I've created a large network (code below), and have tried tweaking its structure and network hyperparameters quite a bit, but I haven't been able to get the network's classification error significantly lower than random (there are 200 image categories in the Tiny ImageNet dataset; random guessing would yield about 99.5% error rate).
Does anyone have any insight into why might this be happening, or some example code that trains a network successfully on the Tiny ImageNet dataset? I hope I am not overlooking something silly.