Oleg

Results 6 issues of Oleg

Hello It is more question than issue: I am trying to implement custom Resource that reads the data not from DB but from some customzied source: it implements `FindManyHandler` and...

on testing caffe-segnet on /SegNet/Models/segnet_basic_solver.prototxt I am always receiving out of memory. My card is: ``` 01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 745] (rev a2) (prog-if 00...

I have tried to use segnet_solver.prototxt config from this http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html . But it failes with error: F0209 10:55:24.973695 6643 upsample_layer.cpp:127] upsample top index 0 out of range - **height_: 23,...

scala> IntervalSet(Interval.closedOpen(1, 10)) intersects Interval.closedOpen(2,10) java.util.NoSuchElementException: empty map at scala.collection.immutable.RedBlackTree$.smallest(RedBlackTree.scala:84) at scala.collection.immutable.IntervalSet.head(IntervalSet.scala:44) at scala.collection.immutable.IntervalSet.intersects(IntervalSet.scala:144) ... 43 elided

I have written some simple test project with build.sbt ``` name := "a1" version := "1.0" scalaVersion := "2.11.8" // try to repair com.github.mpeltonen#sbt-idea;1.7.0-SNAPSHOT: not found resolvers in ThisBuild +=...

I have confused with Endpoint and S3Endpoint params. S3Endpoint - is a real and endpoint to s3 bucket. What is a idea of the `Endpoint` param ?