-
Example:
```kotlin
val model : MultiLayerNetwork = ...
val epochitTr = MultipleEpochsIterator(5, trainData)
model.addListeners(object: BaseTrainingListener(){
override fun onEpochStart(mode…
-
Hello,
I have tried the algorithm on Zebra Class of ImageNet. However, it fails in doing adversarial attack which means the whole models predicts the Noisy image as Zebra as well.
Is this case n…
-
I would like to understand how the amount of unlabeled data effects the generative and discriminators performance without starting training from scratch. Can you provide guidance for this?
I know …
-
mnist handwriting data is 28 x 28 and initial it was too large for the framework to handle
so I did put 1/2 scaling before the input layer
I think this is one of the reasons the learnig gets satur…
-
Hi,
some of our internal benchmarks showed that sometimes a [PowerTransformer](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html) can substantially impro…
-
(I'm using GPU(GTX 980) with CUDA-7.0&cuDNNv2, on Ubuntu 14.04)
I have gone through MNIST tutorial: http://tensorflow.org/tutorials/mnist/pros/index.md
Everything was going well except for the last t…
-
Do you use a single learning rate (0.0001) at all experiments? If I train the network too much iterations, e.g., 100 epoch on NYUDepthv2 and then 100 epoch on KITTI, will the model forgets its pretrai…
-
__TL;DR: I am looking for a way to mux streams and aggregate them in batches while making sure that each batch contains only 1 sample from each stream (if the batchsize is smaller than the number of s…
-
## Expected Behavior
I'm using Hunter to build a project that makes use of OpenCV, dlib and Qt. OpenCV and Qt build fine, **but the dlib build is broken**.
The build should work just fine, because…
-
I am trying to run a Generic Decoding Demo program.
It shows error “Undefined function or variable 'repadd’” while trying analysis_FeaturePrediction.m
I searched for “reaped.m” in GenericObjectDecod…