-
-
Hi,
I've tried to build my own vgg16 with my code [gennet](https://github.com/zxqcreations/gennet) which is used to generate CNNs. By following vgg's paper, I generated a vgg16 model by myself (use…
-
I would have thought that a Queued Message Handler (with a case structure selected by the Message ID) would be a lot more familiar to people. You, instead require Callback VIs for each message. A v…
-
I was thinking about how Wakurtosis can broadcast that the tests it is performing are correct, and where that "documentation" of sorts should live.
This comes from a variety of sources and I'm not…
-
In my Docker Swarm, I have several services, each serves different API endpoints. Eg:
- auth.example.com
- registry.example.com
- admin.example.com
And of course each has some replicas to be loa…
-
when using the docker image, I randomly get assertion errors when making a request from the gradio UI, sometimes it works and sometimes it does not, here is the raised error.
this occurs with the l…
-
Hi Arno!
I've got an error while trying to use -convert with -vcf flag:
`python GenNet/GenNet.py convert -g /content/vcf -study_name test1 -vcf`
There is the traceback:
`Traceback (most recent c…
-
Dear Arno,
Eventually I crated the genotype.h5, but when I trained the model, new error message was shown:
Traceback (most recent call last):
File "GenNet.py", line 296, in
main()
File…
-
Hi Arno,
After I got the results 'connection_weights.csv', I don't know how to interpret that. Shall I look at the 'raw importance' column for the genes most correlated with a phenotype? I like the…
-
Hello Arno,
I prepared three datasets: genotype.h5, subjects.csv and topology.csv, and then run the command as this:
python GenNet.py train -path (path for train) -ID 1 -epochs 50 -problem_type re…