visionNoob

Results 22 issues of visionNoob

Hi. I'm Lee First of all, thank you for your great works! It's very helpful to me. I found a bug in face_align.py. https://github.com/deepinsight/insightface/blob/be3f7b3e0e635b56d903d845640b048247c41c90/common/face_align.py#L68 when i set `mode=='arcface'`, ValueError is...

> So you can see how this is taking us on the direction > towards being able to sample and generate new data. this take us on direction towards to...

해석
draft
Lecture 13

(학생이 질문) > Yeah so the question is is there a way that we define this in this > chain rule fashion instead of predicting all the pixels at one...

해석
draft
Lecture 13

1. original > And so now we will talk about variational autoencoders which is a probabilistic spin on autoencoders that will let us sample from the model in order to...

해석
draft
Lecture 13

Todo
draft
Lecture 16

Todo
draft
Lecture 15

first of all, thanks for your great works. https://github.com/filipradenovic/cnnimageretrieval-pytorch/blob/c3405405e988ec214f4d5969a8f2d04a85a9869b/cirtorch/layers/functional.py#L134 i think 'self' has to be removed.

번역 도중에 번역본이 나왔습니다. https://github.com/gilbutITbook/006975

안녕하세요. 강의 잘 보고있습니다. Jupyter Notebook Lab에 있는 표기법에 질문이 있습니다. '**Naive Data Representation**' 에 다음과 같은 코드가 있습니다. ```python # 데이터 x1_train = torch.FloatTensor([[73], [93], [89], [96], [73]]) x2_train...