Salbia

Salbia is a genus of moths of the family Crambidae described by Achille Guenée in 1854.[1][2]

Salbia
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Salbia

Guenée, 1854
Synonyms
  • Salbiomorpha Snellen, 1875

Species

gollark: ```pythonclass AGI(pytorch.Module): """ Main module of the Artificial General Intelligence system """  def __init__(self, config): super(AGI, self).__init__() self.config = config self.device = torch.device("cuda" if torch.cuda.is_available() else "cpu") self.model = self.config.model self.model.to(self.device) self.optimizer = self.config.optimizer self.loss_function = self.config.loss_function self.train_loader = self.config.train_loader self.test_loader = self.config.test_loader self.epochs = self.config.epochs self.batch_size = self.config.batch_size self.log_interval = self.config.```
gollark: I'm on my phone but I can probably put your thing in quickly.
gollark: Oh, that. I was being very lazy and just copypasted the summary a search engine came up with.
gollark: Obviously I added them to align it with human values.
gollark: The comments are me.

References

  1. Pitkin, Brian; Jenkins, Paul (November 5, 2004). "Salbia Guenée, 1854". Butterflies and Moths of the World. Natural History Museum, London. Retrieved June 20, 2018.
  2. Nuss, M.; et al. (2003–2017). "GlobIZ search". Global Information System on Pyraloidea. Retrieved June 20, 2018.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.