Richard Hackathorn

Results 5 issues of Richard Hackathorn

Followed the installation steps in github. When running the Quick Intro examples, I get... import numpy as np import ipyvolume as ipv V = np.zeros((128,128,128)) # our 3d array ....

When executing watermark on RASBT-STAT453 notebook with... `%watermark -a 'Sebastian Raschka' -v -p torch` Get error message... `UsageError: unrecognized arguments: Raschka` and no other watermark info. Simple work-around is to...

Should have an entry at https://vega.github.io/vega/about/projects/ and https://vega.github.io/vega-lite/applications.html#tools-that-use-vega-lite for DXR. A statement of how DXR vix spec compares to Vega-Lite would be useful. So far, DXR doc simply states that...

Following Installation doing `conda-env-create` and `pip install req.yml` Got errors: PackageNotFound and No matching distribution found for torch==1.7.1 Using pytorch=1.9.0 with cuda11.1 for other envs ---------------------------------- (ESSL) C:\Users\richa\Documents\MFCVAE>conda create -n...

More of a FYI... Tried to reproduce L17 4_VAE_celeba-inspect notebook. When loading dataset, got ERROR "Unable to load CelebA dataset. File is not zip file error" with "BadZipFile: File is...