IlyaKot

Results 5 comments of IlyaKot

@sumeromer, @silvia1993 I had another problem, with some similarity to yours, I always got a very dominant cluster of all, with the most of the data, and a lot singleton...

@anavc94, Hi. Did you tried to predict words with "character level detection and recognition", i.e to learn to predict words with only learning on the characters data-set ? Did it...

I checked the parameters of the model by: `print(next(self.model.parameters()).is_cuda)` and there aren't on gpu or something, there is no gpu on the system, so why apex epxect to see model...

Ok, I managed to do it I think, because I don't have the datasets to run it fully, but this error disappeared after putting in the config file of gain:...

@BRim28, I've got inspired by it and worked on it in my git-repository, you can check it out, all of it is done in pytorch.