-
There's a handful of people talking on the GridCoin subreddit about the magnitude in their wallet seems to be substantially out of sync with what their page on GridCoinStats says it should be. General…
-
After all existing trainingdata has been converted to V3 to remedy bugs #236 and #231 a full retraining will be performed. This will have several benefits:
1. restore full backwards compatibility f…
-
```python
import sys, os
import paddle.v2 as paddle
import time
from STResNet import STResNet
def main():
datadim_c = 6 * 234 * 236
datadim_p = 2 * 234 * 236
datadi…
shboy updated
6 years ago
-
I am not sure if I am the first who met the following error:
ValueError: Attempt to reuse RNNCell with a different variable scope than its first use. First use of cell was with scope 'rnn/multi_r…
-
I found that the parallel version of the code was learning slower than the serial version, and often the loss function was increasing significantly. To track down what was going wrong I rolled way bac…
-
##### System information (version)
- OpenCV: 3.0.0 / 3.3.1 / 3.4.0
- dlib 19.9 / 19.10
- Operating System / Platform: Ubuntu 16.04 LTS
- Compiler: gcc 5.4.0
##### Detailed description
I …
-
I have been getting this error when running the second block of code in Jupytr:
`AttributeError Traceback (most recent call last)
in ()
22
23 # create an u…
-
Based on some recent benchmarks (on GTX 1080 Ti), using 8-bit quantized integers during inference could give us significant performance improvement. No experiments has been performed yet, but other so…
-
I added in a shell for how out of place execution of the simple fixed point iteration.
1. In the committed files, you will see `/src/nlsolve/fixedpoint.jl`, which has the exported function for user…
-
- [x] Choose the first NN to test
- Inception v3!
- [x] Place all models in a class, with a flag for choosing a model
- [x] general compile function for all models.
- [x] finetune inception