Skip to content

Conversation

@voldemortX
Copy link

It now converts not implemented layers like this:

	nn.BatchNorm2d(16,0.001,0.1,True),
	#,
	 ,
	P,
	R,
	e,
	L,
	U,
	 ,
	N,
	o,
	t,
	 ,
	I,
	m,
	p,
	l,
	e,
	m,
	e,
	n,
	t,
	,,

I think the original intent should be:

    nn.BatchNorm2d(16,0.001,0.1,True),
    # PReLU Not Implement,

@voldemortX
Copy link
Author

cc @clcarwin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant