MicrobeLab
MicrobeLab
I've released this change (v1.0.1). Thanks :)
I made this as a latest version
Hi, could you please let me known how you performed the installation? And did the error occur with release v1.0.0? Thanks.
Is the issue related to the update of setup.py?
Hi I have not seen this error before. You could try running the command without the --helpfull and see if the error is reproduced.
Hi, the link is temporarily not accessible because I no longer have the access to the onedrive account with large space. I am looking for substitute. Sorry for the inconvenience.
Hi, how did you set the dimensions for the embedding layer and how many words are in your vocabulary file (including a word for out-of-vocabulary words)?
Nice work! I have no idea why the ID could exceed the vocabulary size. Sorry about that.
Hi, the number of trainable parameters is mainly dependent on the vocabulary size and the embedding layer harbors the highest number of parameters. For example, the 12-mer model will have...
Maybe you can try: total_params = tf.reduce_sum([tf.reduce_prod(var.shape) for var in tf.trainable_variables()])