naiborhujosua

Results 6 issues of naiborhujosua

![quality of pic](https://user-images.githubusercontent.com/13548560/156826563-2509cb85-5d54-4032-ba0f-7882da950d54.JPG) It is really difficult to see the annotation of the pic.

There is no matching distribution found for torch==1.5.1

For anyone who is getting errors while downloading CIFAR-10, you can use this trick ```python ## by turning off SSL verification import ssl ssl._create_default_https_context = ssl._create_unverified_context from torchvision import datasets,...

```python model.compile(optimizer="rmsprop",loss="sparse_categorical_crossentropy") callbacks ={ keras.callbacks.ModelCheckpoint("oxford_segmentation.keras",save_best_only=True) } history = model.fit(train_input_imgs, train_targets, epochs=50, callbacks=callbacks, batch_size=64, validation_data=(val_input_imgs, val_targets)) epochs =range(1,len(history.history["loss"]) +1) loss =history.history["loss"] val_loss =history.history["val_loss"] plt.figure() plt.plot(epochs,loss,"bo",label="Training loss") plt.plot(epochs,val_loss,"b",label="Validation loss") plt.title("Training and validation...

Is this package still in development? i found many error while implementing dae and sdae. ```python Errors may have originated from an input operation. Input Source operations connected to node...

` Run ./.github/scripts/decrypt_secrets.sh ./.github/scripts/decrypt_secrets.sh shell: /bin/bash -e {0} env: XCODE_PATH: /Applications/Xcode.app CERTIFICATE_GPG_KEY: gpg: gcry_kdf_derive failed: Invalid data gpg: decryption failed: Bad session key Error: Process completed with exit code [2](https://github.com/naiborhujosua/hadge/actions/runs/3918944508/jobs/6699637968#step:7:2).`...