-
That's some awesome work you guys did and since I am working in the same area, would it be possible if you guys could release your pretrained models?
Thanks & Regards
-
**Describe the bug**
Hi, I'm trying to understand the model optimization API and create quantized version of
the MobileNetV2 model for my side project (a small library for training custom detect…
-
I tried to run the example code in colab, but got stuck on the following error:
```python
---------------------------------------------------------------------------
AttributeError …
rjadr updated
4 years ago
-
Please add an example of using mmae for supervised learning task (e.g. classification)
-
Dear Wenbo,
Thanks for sharing the wonderful work. It is really convenient to use for scRNA-seq data. But sometimes, my data is multimodal, which has both gene expression and antibody capture resul…
-
arXiv论文跟踪
-
Now we need to specify (sometimes) lengthy names for posteriors we may want to access quickly. So we would like to have a shorter name/aliases in the pdb.
I suggest that we add alias as json objec…
-
What is the loss function used to obtain seven class accuracy? Is it softmax?
-
As of May 14, tutorial doesn't work out of the box anymore, and must be updated for the current AllenNLP version.
```
git clone https://github.com/allenai/allennlp-as-a-library-example.git
cd …
-
```cm.fit_transform([[['Br'], [[0, 0, 0]]]])```
=>
```KeyError: 'Br'```
I guess there's a lookup table for charges somewhere, and Br and potentially other atoms are missing from it?