-
I'm using this command to train a model:
`$ ./fasttext skipgram -input train.txt -output model
`
Once the model is trained, I use a python script to find top 50 relevant words to a given word. When…
-
Hello Zhaocq,
First of all thank you very much for sharing your amazing work. I managed to integrate the model into the Monodepth training pipeline and train the model using the pre-trained weights…
-
Some parameters for doing classification are hardcoded into the code and not accessible to users. The GUI should be expanded to allow the user to set manually those.
-
hi thanks for you release the code;
I have run the single frame code on my own data of face_anti_spoofing;
in my opnion, the key point of the single frame method is the "Depthwise Spatial
Gradi…
-
Thanks for your wonderful work! I have some question about the loss in the paper.
I train the JDACS with MVSNet according the the provided code, and the performance of the obtined model is much lower…
ghost updated
2 years ago
-
Hi, your work is so interesting! However, I'm not very clear about the inverse transformations in your paper and codes. I noticed that in your ICCV paper, Eq.3, the dim of 'zi' is mx2, may I ask why t…
-
-
Does the library supports using user profile features in addition to sequence of transactions? For example for each user a have hundreds of transactions and hundreds of profile features, that describe…
-
First of all, thank you for providing such a complete implementation of your code.
In the paper you mention that "Ater fixing the hyperparameters, the entire training set was used to train the model …
-
Currently, we are experiencing extreme overrepresentation of Hypendymal cells after running InSituType.
It seems to be the go-to celltype when the data is shallow. Although the data has passed QC me…