Ahmed Nassar
Ahmed Nassar
Hello, I placed the caltech_faces under face_data. I ran organize_data.py and I get 0 files loaded. What could I be doing wrong?
Hello, How can one tell that there is no overfitting occurring? Do we have to implement a validation set into the code?
``` func annotations() -> [JPSThumbnailAnnotation] { var annotations: [JPSThumbnailAnnotation] = [] let pointData = NSData(contentsOfFile: NSBundle.mainBundle().pathForResource("1000", ofType: "geojson")!) let points = NSJSONSerialization.JSONObjectWithData(pointData!, options: nil, error: nil) as! NSDictionary for point...
Hello, any instructions on how to give it an image pair?
I read all different issues from other Stratio packages, but I couldn't solve my problem. When I try with the _"./bin/spark-submit --packages com.stratio.datasource:spark-mongodb_2.11:0.12.0 "_, or _"./bin/spark-submit --jars /home/user/Spark-MongoDB/spark-mongodb_2.11/target/spark-mongodb_2.11-0.12.1-RC1-SNAPSHOT.jar"_ . I've...