pianoman

Results 8 issues of pianoman

Hi, I wanted to use a custom estimator with the new layers introduced in 1.0 ( like the example on Tensorflow's site for building convolutional nets but i don't know...

Hello, I see in our logs that we sometimes get this response ---> StackExchange.Redis.RedisConnectionException: InternalFailure (None, last-recv: 1391) on localhost:6379/Interactive, Idle/Faulted, last: SMEMBERS, origin: ReadFromPipe, outstanding: 1, last-read: 0s ago,...

Hello , We are running .NET IIS servers on EC2 machines ( running on Windows 2012 R2 ) in AWS with DataDog installed ( Tracer version 2.11.0 , Agent version...

type:performance

Hello, This is not an issue but rather a question - Where could I get all the datasets you reported to in the paper ? Do you think that training...

Hello, I'm getting hundreds of this timeout messages a day such as these : StackExchange.Redis.RedisTimeoutException: Timeout awaiting response (outbound=0KiB, inbound=0KiB, 101984ms elapsed, timeout is 30000ms), command=GET, next: INFO, inst: 0,...

❔ question
⏱️ timeout

Hello, Assuming funcAsync are mainly readAsync / writeAsync calls to Redis using the StackExchange.Redis client - which implementation of BatchExecuteAsync would be preferrable for better throughput / efficiency etc. (...

❔ question

Hello , Could you please help diagnose the following timeout exception - StackExchange.Redis.RedisTimeoutException: Timeout performing EXISTS (30000ms), next: INFO, inst: 61, qu: 0, qs: 294, aw: False, bw: SpinningDown, rs:...

❔ question
⏱️ timeout

Hello, I have a **synchronous** method which does the following - var transaction = _connectionMultiplexer.GetDatabase(0).CreateTransaction(); var returnValueTask = transaction.HashSetAsync(key, KeyValuePairsToHashEntries(keyValuePairs)); transaction.KeyExpireAsync(key, expiry); var success = transaction.Commit(); if (!success) throw new...