-
What's the goal of this project?
-
Hi I run the following command:
```
python -m torch.distributed.launch --nproc_per_node=8 --master_port=5433 train.py --batch 16 ./dataset/stylegan2/bag_texture_mdb
```
I'm getting the follow…
-
- OS: Ubuntu 16.04.4 LTS x64
- PyTorch version: 0.3.0
- Torchvision version: 0.2.0
- How you installed PyTorch (conda, pip, source): conda
- Python version: 3
- CUDA/cuDNN version: 8.0
- GPU mod…
-
We could add a new axis type that's timezone-aware.
-
Hi,
We are working on how to grid our data from the .raw files to a ML friendly format, and we intend on using the grid_group for that purpose. One approach would be to process and grid the data to…
-
It would be nice to have them available in the standard library (both on CPU/GPU) rather than rolling your own. Kornia seems to have implemented it: https://kornia.readthedocs.io/en/latest/color.html,…
-
Hi,
Thanks a lot for your great work!
I have some questions about the normals' coordinate system:
1. I noticed that the output normals files under the `normals_from_pretrain` folder generated…
-
Our application is DICOM MRI data from Siemens Scanners.
The DICOM files contain 1 slice each, but we have 3D,4D,5D data sets. So a data set is split in multiple files.
It would be great to read i…
-
The `Point` class seems to be used for many things. For example, the projections `forward` and `inverse` methods take the x and y of a point and treat them as latitude and longitude values. That is ki…
-
`gonum` should have a (set of) package(s) dedicated to reading and writing files commonly used in science and data science.
These packages should be pure-Go to be included as "subpackages" of the `go…