-
As [requested](https://github.com/ros-perception/vision_msgs/issues/43#issuecomment-745462455) by @SteveMacenski, here's a new issue for continuing the discussion around UUIDs. As a starter, I'm going…
-
##### System information (version)
- OpenCV => 3.4.0
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Visual Studio 2015
- Cmake => 3.9.6
##### Detailed description
I have …
-
**Describe the bug**
```
galenzhao@ubuntu:~/openpilot$ scons use_webcam=1
scons: Reading SConscript files ...
scons: warning: Could not detect qt, using moc executable as a hint (QTDIR=/usr)
…
-
안녕하세요.
cnn 모델 학습 과정이 궁금해서 세종말뭉치 몇개를 다운받아 테스트 해보고 있습니다.
ㅁ.테스트환경 :
- 가상머신 (gpu 없음), pytorch 셋업
- ./train.py -i corpus(테스트용 prefix명)
- 엔트리가 몇개 안되서 그런건지... 잘 모르겠습니다.
- 코퍼스 분할 (./split_corpus.py …
-
TextAnalysis now needs to export the `Flux` and `Tracker` symbols. That should not be required.
Without those exports, loading the BSON models throws an error:
```
UndefVarError: Flux not de…
aviks updated
4 years ago
-
Hi, I have tried running audio files with different values for "overlap" and "analysis chunk length" and continue to run into the issue of multiple calls not being detected. In the attachments, you c…
PhDcd updated
3 years ago
-
I am still confused about the difference between `Dense` and `TimeDistributedDense` even though there are already some similar questions asked [here](https://github.com/fchollet/keras/issues/1029) and…
-
I have followed the instructions for installing openface on the wiki and it is working fine, however, when i try and compile the wrapper using ```catkin_make``` i get the following linking error
i…
-
Line 97 -> `char_cnn_out = self.char_cnn(char_embeds).transpose(2,1).contiguous()`
Here `self.char_cnn` has not been initialized. Or am i missing something?
-
Hello @amirgholami ,
I´m super excited about this optimizer. Thank you!
I want to use it in a NER task using AllenNLP. But I´m confused because the code differs between the image_classification …