Is class TensorflowFrameworkImporter removed?

	<dependency>
		<groupId>org.deeplearning4j</groupId>
		<artifactId>deeplearning4j-modelimport</artifactId>
		<version>${dl4j.version}</version>
	</dependency>

TensorflowFrameworkImporter can’t be found in snapshot. It can be found by above dependency in M1. How to add dependency for TensorflowFrameworkImporter class now?

@SidneyLann it was never in that module to begin with. That’s a separate module for the dl4j API specifically. TensorflowImporter is in samediff-import-tensorflow. You can see the docs for that here:

Yes, it work now. Thanks.