Am kind of new to mxnet and I wanted to ask if I can execute a command to train my already trained model with a custom dataset. The first time I trained my model is i.e. with only one class ['dog'] then after I trained the model, I want to train it again with a new class of 'cat' so it will be like ['dog', 'cat']. Is this possible? Thanks in advance.
How to train my already trained model with a new class?
110 Views Asked by shaolin30 At
0
There are 0 best solutions below
Related Questions in MXNET
- How to slice tensors in PyTorch, MXNet, and TensorFlow for multidimensional slicing? (C++ API)
- Autogluon taking too long for sanity checking
- MxNet, extract output of intermediate layer from pre-trained model
- Error in training YOLOv3 model with custom dataset using Gluon CV: TBlob.get_with_shape mismatch
- mxnet: CUDA Check failed: e == cudaSuccess (803 vs. 0) : system has unsupported display driver / cuda driver combination
- KerasMXNet using Python 3.7 or 3.8
- Q Learning, wrong matrix shape for calculation
- In mxnet, how is the derivative of 2x^2 equal to 4x when x is a matrix?
- "ImportError: cannot import name _LIB ", mxnet Error
- Adding <NDArray 4 @gpu(0)> and regular np.array
- What is the version of MXNet for CUDA 12.0?
- Difference when setting as framework"'image-classification" and framework="mxnet' in AWS Sagemaker?
- How do I denormalize L2-Normalized Data in MXNet?
- Error when trying to train Deep Java Library neural Network with an Image folder Dataset
- A question about mxnet - MXNetError: Check failed: delay_alloc:
Related Questions in MXNET-GLUON
- Error in training YOLOv3 model with custom dataset using Gluon CV: TBlob.get_with_shape mismatch
- Can't downgrade Numpy version, multiple errors arrive
- Error with MXNET and CUDA in Google Colab: no kernel image is available for execution on the device
- How to train deepAR on multiple time series?
- Pass image to gradient function for yolo3 from GlounCV model Zoo
- Running into a tuple index error while creating a deepVAR model
- ERROR: Cannot install gluonts, mxnet, numpy and pandas because these package versions have conflicting dependencies
- Forecast based on gluonts deepstate model is slow when it is run on Linux OS
- Fine-tuning SOTA video models on your own dataset - Sign Language
- Running GluonCV object detection model on Android
- How to train my already trained model with a new class?
- Mxnet, load data from csv file with pandas and feed to NN models
- GluonCV object detection fine-tuning - Select which layers are modified (freeze the rest)
- Unfreeze layers of models on GluonCV
- GluonCV inference with finetuned model - “Please make sure source and target networks have the same prefix” error
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?