-
I start training with this command
'python main.py --base configs/autoencoder/vqmodel1.yaml -t --gpus 4,5'
but I got this
everything works fine, steps in one epoch are halved, but only one gpu is…
-
Design the software to handle large-scale dataset generation, allowing users to scale their datasets as their models and projects grow.
-
Such as the title....
我严格按照作者的readme文档进行了测试,包括项目文件结构
config中的shell 和tools/test.py 都无法成功运行
-
From looking at the output of `py-spy dump --pid=`, I notice that sometimes it seems to be spending time in _collect_cuts_in_buckets. I suppose I anticipated that this would perhaps happen in a separ…
-
# Problem
Namespaces require semantics that will prepare us to work with distributed systems and allow us to do data migrations. So far, we have generated information systems with one unified namespac…
-
Hi All,
I am having an issue on training, I was hoping someone could shed some light on this. on windows 11, wsl2, docker, rtx 1080, cuda 11.8
I get the following error on training:
roo…
-
I am running a master and 5 node cluster on aws.
All my feature variables (X_train) are continuous and have been properly cleaned and null values filled. The target label (y_train) is 0 or 1 (float6…
-
The 3D array has three dims: z, y and x.
The 2D array has two dims: y and x.
When I try to concatenate them by expanding the 2D array with z dim, there's something wrong in `_dataset_concat`
####…
-
[Copy-pasting part of the description of #340]
To checkpoint the state of an SDF, we need to do 3 things:
1. When a job starts, retrieve (either from Dask datasets/S3/disk) the last known SDF sta…
-
#### MCVE Code Sample
```
import numpy as np
import xarray as xr
xlen = 4
x = xr.DataArray(np.linspace(0.0, 1.0, xlen), dims=('x'))
varname = 'foo'
xr.Dataset({varname: xr.DataArray(np.…