Lucas Moskun
Lucas Moskun
> UDP on pub sub sockets would rock! That would remove a lot of latency im data distribution. bump!
> ChangeVideoParameters FYI, I made a local copy of the unity render streaming plugin to edit the source in 3.0.1, and was able to call ChangeVideoParameters on the video streaming...
> @LucasMoskun Can you give some insight as to where exactly you're calling ChangeVideoParameters? I'm having trouble pinpointing where exactly I should call it. I went to look back and...
> My memory is that these changes did nothing at all in 2.x so I think this is a red herring. You probably haven't actually changed anything. I was using...
Could it be a race condition issue -- trying to synchronize the threads at java level? https://stackoverflow.com/questions/10692980/android-synchronization-of-native-thread-with-main-thread
Any updates on this?
Bump +1 running into the same issue. I'm using commitment finalized, transaction is succeeding, but create function is non-deterministically returning `The account of type [MintAccount] was not found at the...
It looks like the function that is being called in the tensorboard model_desc folder has been depreciated, the body of the function has been totally removed and just throws the...
For a hack fix, this version/release of tensorpack seems to be compiling: (0.9.0.1) https://github.com/tensorpack/tensorpack/archive/0.9.0.1.zip
Try running without the GPU flag, I'm pretty sure if you are using tensorflow-gpu, but aren't using multiple gpu's, the tensorflow-gpu commands will automatically use the GPU you have already...