-
Windows系统上训练bge-m3模型,模型训练成功,但是在保存模型文件时会报错,不知道是什么原因,报错信息如下:
```
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "D:\python_sp…
-
Trying to read a NetCDF file in xarray and running into serialisation issues.
AzureBlobFile object contains a SimpleQueue, which is non trivial to serialise. Suspect that fsspec should be handli…
-
Hi,
I have been trying to reproduce your results and particularly those on the ECG dataset
Using the mix-max scaler with the norm_method causes the following errors:
```
python main.py --datas…
-
Currently it is not possible to use `question_text` as a `pretty_label` when there is no question id -- eg, for any survey created using `Conjure`.
This is the typical way to do it:
```
from ed…
rbyh updated
2 months ago
-
### Feature description
I commonly create transformers such as the following:
```python
transformer: gdal.GDALTransformerInfoShadow = gdal.Transformer(my_dataset, None, ['DST_SRS=EPSG:4326'])
``…
-
I'm currently working on tests and implementation for this, but I'm on my way to work and switching workstations so need a reminder of the goal...
Currently each individual relationship has to be giv…
-
Here is a value:
>
>
> array([[[146.38087, 146.36438, ..., 150.47563, 150.22495],
> [146.31306, 146.33267, ..., 150.4368 , 150.4107 ],
> ...,
> [144.736 , 144.68318, ..…
-
after_test_epoch:
(VERY_HIGH ) RuntimeInfoHook
(NORMAL ) IterTimerHook
(BELOW_NORMAL) LoggerHook
--------------------
a…
-
See https://github.com/dotnet/corert/issues/6065#issuecomment-403086890:
`DataSet.WriteXml` will serialize a column such that `System.Guid` is reported as living in the `System.Private.CoreLib` ass…
-
In `get_dataloader` in training.py we are adding `dataset_seq_length_stats` to the w&b summary which produces a lot of clutter.
We should just log this to the console and remove it from the summary.
…