corenet icon indicating copy to clipboard operation
corenet copied to clipboard

CoreNet: A library for training deep neural networks

Results 39 corenet issues
Sort by recently updated
recently updated
newest added

When I run the train_a_new_model_on_a_new_dataset_from_scratch.ipynb file, I get the error /bin/bash: corenet-train: Command not found, how to solve it?

This pull request introduces several enhancements to the codebase: 1. **Logging Refactor**: Logging mechanisms have been refactored to ensure consistency and improve configurability. This includes updates to error handling for...

Default to print out the output for inference result in mlx-examples/open_elm/inference.py

Hi CoreNet team, Thank you for your fantastic work on CoreNet and the OpenELM model. I've been trying to understand ML infrastructure reliability, and I'm particularly interested in analyzing the...

When are you going to license as MIT or other FOSS license?

Adopting OpenELM Parameter-Efficient Finetuning (PEFT). the training encounters "NameError: name 'corenet' is not defined" How to deal with? Thanks!

### Cleaner approach to generate _cocostuff_remap_info via generate_cocostuff_remap func [23d7d55ece289375ed9439351b409a56c1d2eb35 ](https://github.com/apple/corenet/commit/23d7d55ece289375ed9439351b409a56c1d2eb35) - This is a cleaner but more maintainable way to generate _cocostuff_remap_info - This function still takes in consideration...

Hi, is there a possibility to adjust the code such that downloading the datasets is not necessary but streaming HuggingFace datasets. Even high-level guidelines would be nice!