-
# ❓ Questions & Help
I wrote a new class based on RoBerta Model(pytorch)
## Details
The code is shown below
```
import torch
import numpy as np
import logging
import torch
from torch im…
-
**Is your feature request related to a problem? Please describe.**
No, not related to a problem! Just would like to learn more about the background processes :)
**Describe the solution you'd like*…
ghost updated
4 years ago
-
## ❓ Questions and Help
2020-04-20 01:33:14,945 maskrcnn_benchmark.utils.checkpoint INFO: Loading checkpoint from catalog://ImageNetPretrained/MSRA/R-50
2020-04-20 01:33:14,945 maskrcnn_benchmark.ut…
-
Hello, I have some .wav files, and I want to train the classification model on my own datasets.
How can I use this code? Extract embeddings and train a sequence model? Is it possible to finetune VG…
-
So, I've written a lot of code which utilizes Flair to create my word/document vectors - but with sklearn or Keras to do classification with these word-vectors as input.
My main motivation for thi…
-
We have introduced `testing.LinkTestCase` (https://github.com/chainer/chainer/pull/6559).
This tool enables writing a link test for various backends (including ChainerX) in much simpler way.
This to…
-
When migrating a toy neural network from version 1 (`smile.classification.NeuralNetwork`) to version 2 (`smile.classification.MLP`), I would expect equivalent results, but for some reason they aren…
-
* face_recognition version:1.2.3
* Python version: 3.6.7
* Operating System: windows-10
### Description
@ageitgey
How we can retrain KNN for 1000 of faces and keep the performance-optimized fo…
-
### Description
Given **Multi-class Classification** problem, predict the age of Abalone (a type of Shellfish) using various features provided. Target output is value of Rings (Age = Rings + 1.5).
T…
vrn25 updated
5 years ago
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Y
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
- …