-
Thank you for the great work!
I tried to repoduce `VQGAN OpenImages (f=8), 8192, GumbelQuantization` model based on the config file from the cloud. (the detailed config file is in below.)
VQGA…
-
**How many people have the job title of "Lawyer" ?**
```python
select_lawyer = sal['Job'] == 'Lawyer'
sal[select_lawyer].shape[0]
```
Could've been done with
```python
sum(sal['Job']=='…
-
Multicol files in their current states are great in 1D and 2D because they are read seamlessly by many plotting programs. In 3D they can get quite bulky, and plotting becomes less straightforward anyw…
-
There are several drawbacks to the way the current GUI works:
* only works well for square-ish scan regions and square-ish frames. tall or very wide scans are scaled down without a way to zoom in
…
-
For the graded assignment 1, find a simple, stand-alone, static visualization and write a short critique on: How effective is it at what it aims to do? What works well and what doesn't? What could be …
-
Hi, I have more than 2000 iiif tiles, which have more than 2000 tilesource info.jsons, for example, 'tileSource: `/tiles/1/info.json` ..... tileSource: `/tiles/2000/info.json`'. When calling viewer.op…
-
**Submitting author:** @samridh-dev (Samridh Dev Singh)
**Repository:** https://github.com/samridh-dev/votess.git
**Branch with paper.md** (empty if default branch):
**Version:** v1.0.0
**Editor:** @…
-
The main goal is to find which hosts in subnet 1 are suspicious. Let's propose some sub tasks and some hypotheses here.
Data Summary
There are 371 IP address in subnet 1 (172.10._._) and there are f…
-
# Shared mapping to visual attributes
### Visual attributes and pattern matching: the core of data visualization
Color, size, length, position, sharpness, intensity, orientation etc. are visual at…
-
Hi,
i have a question about the code:
why all the training was done using SAC (i mean inside main.py file) and then in LongiControl_SHAP.ipynb a ddpg session was initialized? Is not possible to appl…