question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make CLI support all relevant model types

See original GitHub issue

Currently all CLI entry points only work for MoLeRVae as they use VaeWrapper, while e.g. molecule_generation sample could also support MoLeRGenerator. While generalizing things, we may also want to rethink the choice to do model type discovery based on filenames (@sarahnlewis may have thoughts on this).

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
anamika-yadav99commented, May 17, 2022

Thanks for the head start @kmaziarz and @sarahnlewis . I’ll get started with the task.

0reactions
kmaziarzcommented, May 24, 2022

@anamika-yadav99: So, summing up, for now let’s use the generic way of loading the wrapper for sample.py only. Technically some modes of visualization would also work for MoLeRGenerator, but the visualizer is a bit of a work-in-progress at the moment, so I would leave it out for now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

add-model — AWS CLI 1.27.33 Command Reference
Adds a service JSON model to the appropriate location in ~/.aws/models. Once the model gets added, CLI commands and Boto3 clients will be...
Read more >
Build a Command-Line To-Do App With Python and Typer
Build a command-line interface capable of taking and processing commands, options, and arguments. Select an appropriate data type to represent your to-dos. ...
Read more >
What is a command-line interface (CLI)? - TechTarget
The command line remains an important tool for IT professionals, software developers, ... The following are the two types of operating system shells:....
Read more >
optparse — Parser for command line options — Python 3.11.1 ...
This tutorial section only covers the four most important option attributes: action , type , dest (destination), and help . Of these, action...
Read more >
Using the CLI - Oracle Help Center
Learn how to use the CLI to access Oracle Cloud Infrastructure and carry out service-related tasks.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found