-
I have two questions / suggestions that I cannot find the answer to anywhere in the Gym docs or using google search.
1) Is it possible to access a life-counter or receive some signal when there is …
-
AWS re:invent 2018 機械学習関連セッションのプレゼン資料・動画一覧 #reinvent
gistで主に作業してる。
https://gist.github.com/mayosuke/b4402e2fdc48828b3d282d672599cefc
-
Because JavaScript is Awesome
-
i trained the movie review training set using this code. i got trained files in the path "runs/1458022294/summaries/train". how can i test the module is there any API in python to test it?
-
I am solving an NLP task and I am trying to model it directly as a sequence using different RNN flavors. How can I use my own Word Vectors rather than using an instance of layers.embeddings.Embedding?…
-
spaCy 2.0 has a text classifier using deep neural net models built into their pipeline. I was wondering if it would be useful to add a linear models or SVM as well. These models seems to perform just …
-
Does the 10 second timeout happen only during the pull room request or does it also apply during the training phase? I'm ok with training taking longer if it results in more accurate results. I do n…
-
Leela Chess had from the beginning of its implementation set up two parameters policy_loss_weight and value_loss_weight in training.py for the purpose of adjusting the total training loss term relativ…
-
Thanks for sharing the great code!
I can also get similar AP for both box and segm with R-50-FPN model, as confirmed in Issue #24.
I am wondering if there are some benchmark results for deeper …
li-js updated
6 years ago
-
Currently I train a network(20 blocks and 256 filters). It initialized from b8adb7da(78) n2n to 20b 256f. And it is now being trained to b3a80524(99). According to unofficial test by others, it is muc…