You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module NewProject
import Flux
import BSON
using Flux, Tracker, BSON
function read_ANN()
@BSON.load "Processmodel2.bson" m
return m
end
m = read_ANN()
end # module
Project.toml and Manifest.toml are OK, when I'm running this code directly - everything goes fine, when I'm tryin to import this project - I get the ERROR: LoadError: UndefVarError: Flux not defined caused by BSON
The text was updated successfully, but these errors were encountered:
Built own project, the current code is:
Project.toml and Manifest.toml are OK, when I'm running this code directly - everything goes fine, when I'm tryin to import this project - I get the ERROR: LoadError: UndefVarError: Flux not defined caused by BSON
The text was updated successfully, but these errors were encountered: