add validation script to validate all operations
minor fixes
This commit is contained in:
@@ -3,7 +3,7 @@ from pathlib import Path
|
||||
from colorama import Fore, Style
|
||||
|
||||
|
||||
def compile_with_raptor(network_path, raptor_onnx_path: Path, crossbar_size=64, crossbar_count=16):
|
||||
def compile_with_raptor(network_path, raptor_onnx_path: Path, crossbar_size, crossbar_count):
|
||||
# Define the arguments, with the possibility to set crossbar size and count
|
||||
args = [
|
||||
network_path,
|
||||
|
||||
Reference in New Issue
Block a user