-
When I run train_net I got this.My datasets are coco2014.
Traceback (most recent call last):
File "tools/train_net.py", line 171, in
main()
File "tools/train_net.py", line 164, in main
…
-
I just saw an example where there were a thousand TaskGroups, each of size one. This is arguably the fault of the code that produced such a wonky setup, but we should be robust to it.
As a solut…
-
Hi, thanks for sharing your great work. I encounter some issues during creating data by running create_data.py
First
create reduced point cloud for training set
[ …
-
-
Let me introduce some problem I encountered and the methods I used to try to solve it.
### Environment:
- ubuntu: 20.04.3 LTS
- miniconda: 23.10.0
- CUDA: 2 A800
-
- pip:
```
aiohttp …
-
I cannot find CorpusManger.py in this project. How can I get it?
-
#### What is your question?
Hello! Some months ago, I successfully used the [previous version](https://github.com/pytorch/fairseq/tree/master/examples/translation#multilingual-translation) for mult…
-
Hi,
I was wondering if siuba could support Modin(https://modin.readthedocs.io/en/stable/index.html#modin-is-a-dataframe-for-datasets-from-1mb-to-1tb) and pymars(https://docs.pymars.org/en/latest/). B…
-
I'm wondering if there is a way to release the job/worker when a fitting job finishes during RandomizedSearchCV.
I'm doing something like
```
random_search_cv = RandomizedSearchCV(
estimator…
ghost updated
6 years ago
-
ipfs-pack PackManifest files have a similar structure to BitTorrent's "manifest-like" `.torrent` files. Torrent files play a prominent role in the BitTorrent UX. This issue is aimed at comparing & con…