Aditya Rao

Results 3 issues of Aditya Rao

```python python run_summarization.py --mode="train" --data_path="../misc/finished_files/chunked/train_*" --vocab_path="../misc/finished_files/vocab" --log_root="log/" --exp_name="first_test" /home/ubuntu/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as...

```python input_shape = (28, 28) latent_dim = 128 encoder_input = layers.Input(shape=input_shape) encoder_output = encoder_input encoder_output = layers.Reshape(input_shape + (1,))(encoder_input) encoder_output = layers.Conv2D(16, (3, 3), activation="relu", padding="same")(encoder_output) encoder_output = layers.MaxPooling2D((2, 2),...

Hi, is there a way I can connect this to my cosmos DB on Azure?