Skip to content

Improve file loading #35

@marcobonici

Description

@marcobonici

Right now, the trained emulators are saved in npz files. However, this is done using a single array that chains together the weights and biases of all layers. A more clever approach would be to save them using Dicts and arrays. In this way, it should be easier to read the files.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions