Guillaume Gautier
Results
4
comments of
Guillaume Gautier
Hi, first thanks a lot for niftynet framework. I would like to deploy niftynet trained model in tensorflow serving. I used the freeze_graph function to freeze model and weights in...
I got a similar issue when I want to deploy to prefect server. ``` from prefect.blocks.core import Block from pydantic import SecretStr class SFTPCredentials(Block): host: str username: str password: SecretStr...
Same issue