-
```
import argparse
import logging
import tensorflow as tf
from tensorflow.keras import datasets, layers, models
import matplotlib.pyplot as plt
import datetime
# Initialize Argument Parser
…
-
I tried cifar10_bnn example with bayesian_vgg as an example architecture with default hyper-parameters. However, the loss seems to increase and model results are not consistent. I ran the bayesian_neu…
-
What needs to be done after Training AC-GANS and before running [Generative Adversarial Attack](https://github.com/ermongroup/generative_adversary#generative-adversarial-attack) ?
I tried copying o…
-
```python
from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets('MNIST_data', one_hot=True)
import tensorflow as tf
# model
x = tf.placeholder(tf.fl…
-
There is inconsistent naming across params. For example, directories are sometimes called 'dir' and sometimes called 'folder'. We should perhaps decide on a unified set of standard names for source an…
-
## Issue description
All the other samplers for `torch.utils.data.DataLoader()` are designed to be used such that you can iterate an epoch (one epoch being the number of listed indices/data-points)…
-
_Machine: MacBook Pro 2015
OS: MacOS High Sierra
Jupyter: Version 4.4.0
Caffe2: Conda CPU-only install
Python: Version 2.7.14 Anaconda_
When running the MNIST.ipynb tutorial out of a Jupyter …
-
Hi, when I tried to run "cluster part“, the command I used is :
`python -m code.scripts.cluster.cluster_greyscale_twohead --model_ind 685 --arch ClusterNet6cTwoHead --mode IID --dataset MNIST --data…
-
Make sure that all significant models save the model space (graph, variables, and definitions) properly and have a script that allows for (1) loading of most recent model, and (2) evaluation of new in…
-
Hi @YPares, @austinvhuang mentioned tweag and your name on the https://github.com/hasktorch slack channel recently, and I got curious and had a look at tweag's open source haskell libraries and prompt…