We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
struct_learn
vtree = Vtree(784, :balanced); init_circuit = fully_factorized_circuit(StructLogicCircuit,vtree) struct_learn(init_circuit; stop=x->false)
eventually gives
ERROR: AssertionError: GateType(or) isa ⋁Gate && (GateType(and) isa ⋀Gate && and in children(or)) Stacktrace: [1] split(::PlainStruct⋁Node, ::Tuple{PlainStruct⋁Node,PlainStruct⋁Node}, ::UInt32; depth::Int64, sanity_check::Bool) at /home/guyvdb/space/.julia/dev/LogicCircuits/src/transformations.jl:209 [2] split_step(::PlainStruct⋁Node; loss::typeof(random_split), depth::Int64, sanity_check::Bool) at /home/guyvdb/space/.julia/dev/LogicCircuits/src/transformations.jl:329 [3] struct_learn(::PlainStruct⋁Node; primitives::Array{typeof(split_step),1}, kwargs::Dict{typeof(split_step),NamedTuple{(:loss, :depth),Tuple{typeof(random_split),Int64}}}, maxiter::Int64, stop::var"#1#2") at /home/guyvdb/space/.julia/dev/LogicCircuits/src/transformations.jl:343 [4] top-level scope at REPL[8]:1
The text was updated successfully, but these errors were encountered:
In the process of trying to reproduce this error. It seems like the initial structure cannot be properly saved.
Sorry, something went wrong.
(I can no longer reproduce the issue, it may have been accidentally fixed)
@MhDang @guyvdbroeck @YitaoLiang this seems to be fixed, should I close it?
YitaoLiang
MhDang
No branches or pull requests
eventually gives
The text was updated successfully, but these errors were encountered: