-
Hi I'm having a little difficulty on a regression example and wondered if you could help me a bit. The structure of the network is such that it has two inputs, only one of which is fed into convolutio…
-
Build 'amunmt_compilation_cpu' is failing!
Last 50 lines of build output:
```
[...truncated 6.66 KB...]
/var/lib/jenkins/workspace/amunmt_compilation_cpu/src/amun/3rd_party/fast_align/src/ttables.cc…
-
Hi, I transferred your script for the Softmax regression and Multilayer CNN from your guide:
https://www.tensorflow.org/versions/r0.12/tutorials/mnist/pros/.
I get the following error whether I am…
-
Hi,
Thank you for the great work!
I am looking to use my own data to complete a network. When I train I use: keras_retinanet / bin / train.py --freeze-bachbone --epochs 50 --weights resnet50_coc…
-
Hi,
I was running the notebook `demo_regression_UCI` and while running
```
for m, name in zip([m_dgp1, m_dgp2, m_dgp3, m_dgp4, m_dgp5],\
['dgp1 (sgp+adam)', 'dgp2', 'dgp3', 'dg…
-
I am trying to use different data in your example:
```
from __future__ import division, print_function, absolute_import
import scipy
import tflearn
from tflearn.data_utils import shuffle, t…
-
I'm still getting this error at debug build:
`error LNK2001: unresolved external symbol USER_ERROR__missing_dlib_all_source_cpp_file__OR__inconsistent_use_of_DEBUG_or_ENABLE_ASSERTS_preprocessor_di…
-
I used the vgg-net to do a classification task in GPU 980Ti , I trained the model with the following code:
```
import tflearn
from tflearn.layers.core import input_data, dropout, fully_connected…
-
Hey,
I'm currently trying to train also a net with the LSP Dataset. Is it maybe possible to share your code how you prepared the dataset and trained it? In this repository I just found the model de…
-
Hi! Unfortunately, I still couldn't solve a big problem. It's very important to get a network with all its weights saved and then loaded from another program, so that its possible to train once and ma…