refactor: reorganize project structure by moving core modules and update import paths in API server
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import torch
|
||||
from cloud_removal import DeepInpaintingStrategy
|
||||
cloud_remover = DeepInpaintingStrategy()
|
||||
print("Model channels:", list(cloud_remover.model.parameters())[0].shape[1])
|
||||
Reference in New Issue
Block a user