This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pathlib import Path | |
from fire import Fire | |
import torch | |
def main(model:str, outfile:str=None): | |
""" | |
Args: | |
model: path to neutone model file | |
outfile: path to write nn~ model file |
OlderNewer