Skip to content

Not able to load Whitening Module in Maml on full framework #2104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Anipik opened this issue Jan 10, 2019 · 2 comments
Closed

Not able to load Whitening Module in Maml on full framework #2104

Anipik opened this issue Jan 10, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@Anipik
Copy link
Contributor

Anipik commented Jan 10, 2019

[xUnit.net 00:00:03.65]     Microsoft.ML.Tests.Transformers.NormalizerTests.TestWhiteningCommandLine [FAIL]
Failed   Microsoft.ML.Tests.Transformers.NormalizerTests.TestWhiteningCommandLine
Error Message:
 System.InvalidOperationException : Unknown loadable class: whitening
Stack Trace:
   at Microsoft.ML.Tools.Maml.MainCore(IHostEnvironment env, String args, Boolean alwaysPrintStacktrace) in C:\git\machinelearning\src\Microsoft.ML.Maml\MAML.cs:line 210
   at Microsoft.ML.Tools.Maml.MainWithProgress(String args) in C:\git\machinelearning\src\Microsoft.ML.Maml\MAML.cs:line 68
   at Microsoft.ML.Tools.Maml.MainAll(String args) in C:\git\machinelearning\src\Microsoft.ML.Maml\MAML.cs:line 45
   at Microsoft.ML.Tools.Maml.Main(String[] args) in C:\git\machinelearning\src\Microsoft.ML.Maml\MAML.cs:line 34
   at Microsoft.ML.Tests.Transformers.NormalizerTests.TestWhiteningCommandLine() in C:\git\machinelearning\test\Microsoft.ML.Tests\Transformers\NormalizerTests.cs:line 332

I am trying to run TestWhiteningCommandLine test on netfx. The test using Maml.Main and it is not able to load the whitening module.

Adding Type t = typeof(VectorWhiteningTransformer); helps solve the issue but I think we may require more permanent solution

cc @danmosemsft @eerhardt @TomFinley

@Ivanidzo4ka
Copy link
Contributor

Does SymSgd, Ols learner tests works fine?
Type t = typeof(VectorWhiteningTransformer)
this looks like indication what we just don't link HalLearner project properly to our tests.

@Anipik
Copy link
Contributor Author

Anipik commented Jan 10, 2019

Does SymSgd, Ols learner tests works fine?

yes there is no similar failure.

@zeahmed zeahmed added the bug Something isn't working label Jan 11, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants