-
I installed MinGW (along with gcc python bindings using [this](https://github.com/develersrl/gccwinbinaries)) and successfully built gambit from source. However, I cannot build the python interface fr…
-
Hi,
I am running some tests on Slim's imagenet training using Inception Resnet V2. The training is done on AWS ec2 instances (p2.xlarge and p2.8xlarge): Here are the specs for both:
1) p2.xlarge…
-
I try to fine tune inception v1 model on my own dataset, and i choose optimizer: rmsprop
the cmd is as below:
---
python train_image_classifier.py \
--train_dir=/home/scopeserver/RaidDisk/DeepLea…
-
Similar problems are in stackoverlow, however they are using flowers example with flowers_train. Using
https://github.com/tensorflow/models/tree/master/slim Fine-tuning a model from an existing check…
-
I was trying to implement the LDA example from the slides found [here](http://dustintran.com/talks/Tran_Edward.pdf)
The code is like:
```python
import numpy as np
import tensorflow as tf
from e…
-
### System information
- What is the top-level directory of the model you are using: attention_ocr
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): s…
-
## Please let us know which model this issue is about (specify the top-level directory)
I download pre-trained model form http://download.tensorflow.org/models/inception_resnet_v2_2016_08_30.tar.gz
…
-
Here the network is defined without batch normalization.
https://github.com/tensorflow/models/blob/master/slim/nets/inception_v4.py
For example, the InceptionV4/*/biases variables are not presen…
-
Hi, Phil
Nested Logit Models aren't working when dichotomous and polytomous items are mixed.
Could you check out it?
Seongho
```R
> mirt::mirt((data.frame(KGSS2009[grep("^DOMOREWK", colna…
-
Initially a lot of Cpython errors popped up, like
1]
/Downloads/Archives/Gambit/gambit-13.1.2/src/python$ python setup.py buildTraceback (most recent call last):
File "setup.py", line 32, in …